PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler.HANDLER_TYPE

Packages that use SAML2Handler.HANDLER_TYPE
org.picketlink.identity.federation.core.saml.v2.impl   
org.picketlink.identity.federation.core.saml.v2.interfaces   
org.picketlink.identity.federation.web.handlers.saml2   
 

Uses of SAML2Handler.HANDLER_TYPE in org.picketlink.identity.federation.core.saml.v2.impl
 

Methods in org.picketlink.identity.federation.core.saml.v2.impl that return SAML2Handler.HANDLER_TYPE
 SAML2Handler.HANDLER_TYPE DefaultSAML2HandlerRequest.getType()
           
 

Constructors in org.picketlink.identity.federation.core.saml.v2.impl with parameters of type SAML2Handler.HANDLER_TYPE
DefaultSAML2HandlerRequest(ProtocolContext protocolContext, NameIDType issuer, SAMLDocumentHolder samlDocumentHolder, SAML2Handler.HANDLER_TYPE handlerType)
           
 

Uses of SAML2Handler.HANDLER_TYPE in org.picketlink.identity.federation.core.saml.v2.interfaces
 

Methods in org.picketlink.identity.federation.core.saml.v2.interfaces that return SAML2Handler.HANDLER_TYPE
 SAML2Handler.HANDLER_TYPE SAML2Handler.getType()
          Get the type of handler - handler at IDP or SP
static SAML2Handler.HANDLER_TYPE SAML2Handler.HANDLER_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SAML2Handler.HANDLER_TYPE[] SAML2Handler.HANDLER_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SAML2Handler.HANDLER_TYPE in org.picketlink.identity.federation.web.handlers.saml2
 

Fields in org.picketlink.identity.federation.web.handlers.saml2 declared as SAML2Handler.HANDLER_TYPE
protected  SAML2Handler.HANDLER_TYPE BaseSAML2Handler.handlerType
           
 

Methods in org.picketlink.identity.federation.web.handlers.saml2 that return SAML2Handler.HANDLER_TYPE
 SAML2Handler.HANDLER_TYPE BaseSAML2Handler.getType()
          Get the type of handler - handler at IDP or SP
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.