|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SAML2Handler in org.picketlink.identity.federation.core.saml.v2.impl |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.impl that return types with arguments of type SAML2Handler | |
---|---|
Set<SAML2Handler> |
DefaultSAML2HandlerChain.handlers()
|
Methods in org.picketlink.identity.federation.core.saml.v2.impl with parameters of type SAML2Handler | |
---|---|
boolean |
DefaultSAML2HandlerChain.add(SAML2Handler handler)
|
boolean |
DefaultSAML2HandlerChain.remove(SAML2Handler handler)
|
Method parameters in org.picketlink.identity.federation.core.saml.v2.impl with type arguments of type SAML2Handler | |
---|---|
boolean |
DefaultSAML2HandlerChain.addAll(Collection<SAML2Handler> handlers)
|
boolean |
DefaultSAML2HandlerChain.removeAll(Collection<SAML2Handler> handlers)
|
Uses of SAML2Handler in org.picketlink.identity.federation.core.saml.v2.interfaces |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.interfaces that return types with arguments of type SAML2Handler | |
---|---|
Set<SAML2Handler> |
SAML2HandlerChain.handlers()
Get a read-only set of handlers |
Methods in org.picketlink.identity.federation.core.saml.v2.interfaces with parameters of type SAML2Handler | |
---|---|
boolean |
SAML2HandlerChain.add(SAML2Handler handler)
Add an handler |
boolean |
SAML2HandlerChain.remove(SAML2Handler handler)
Remove an handler |
Method parameters in org.picketlink.identity.federation.core.saml.v2.interfaces with type arguments of type SAML2Handler | |
---|---|
boolean |
SAML2HandlerChain.addAll(Collection<SAML2Handler> handlers)
Add a collection of handlers |
boolean |
SAML2HandlerChain.removeAll(Collection<SAML2Handler> handlers)
Remove a collection of handlers |
Uses of SAML2Handler in org.picketlink.identity.federation.core.saml.v2.util |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.util that return types with arguments of type SAML2Handler | |
---|---|
static Set<SAML2Handler> |
HandlerUtil.getHandlers(Handlers handlers)
|
Uses of SAML2Handler in org.picketlink.identity.federation.web.handlers.saml2 |
---|
Classes in org.picketlink.identity.federation.web.handlers.saml2 that implement SAML2Handler | |
---|---|
class |
AbstractSignatureHandler
|
class |
BaseSAML2Handler
Base Class for SAML2 handlers |
class |
RolesGenerationHandler
Handles the generation of roles on the IDP Side |
class |
SAML2AttributeHandler
Handler dealing with attributes for SAML2 |
class |
SAML2AuthenticationHandler
Handles for dealing with SAML2 Authentication |
class |
SAML2EncryptionHandler
Handles the encryption and signing of SAML Assertions. |
class |
SAML2InResponseToVerificationHandler
Handler is useful on SP side. |
class |
SAML2IssuerTrustHandler
Handles Issuer trust |
class |
SAML2LogOutHandler
SAML2 LogOut Profile |
class |
SAML2SignatureGenerationHandler
Handles SAML2 Signature |
class |
SAML2SignatureValidationHandler
Validates Signatures inside the SAML payload |
Uses of SAML2Handler in org.picketlink.identity.federation.web.process |
---|
Method parameters in org.picketlink.identity.federation.web.process with type arguments of type SAML2Handler | |
---|---|
SAML2HandlerResponse |
ServiceProviderBaseProcessor.process(HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
|
SAML2HandlerResponse |
ServiceProviderSAMLResponseProcessor.process(String samlResponse,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message |
boolean |
ServiceProviderSAMLRequestProcessor.process(String samlRequest,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message |
Constructor parameters in org.picketlink.identity.federation.web.process with type arguments of type SAML2Handler | |
---|---|
SAMLHandlerChainProcessor(Set<SAML2Handler> handlers)
|
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |