| Modifier and Type | Method and Description |
|---|---|
Set<SAML2Handler> |
DefaultSAML2HandlerChain.handlers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSAML2HandlerChain.add(SAML2Handler handler) |
boolean |
DefaultSAML2HandlerChain.remove(SAML2Handler handler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSAML2HandlerChain.addAll(Collection<SAML2Handler> handlers) |
boolean |
DefaultSAML2HandlerChain.removeAll(Collection<SAML2Handler> handlers) |
| Modifier and Type | Method and Description |
|---|---|
Set<SAML2Handler> |
SAML2HandlerChain.handlers()
Get a read-only set of handlers
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SAML2HandlerChain.add(SAML2Handler handler)
Add an handler
|
boolean |
SAML2HandlerChain.remove(SAML2Handler handler)
Remove an handler
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SAML2HandlerChain.addAll(Collection<SAML2Handler> handlers)
Add a collection of handlers
|
boolean |
SAML2HandlerChain.removeAll(Collection<SAML2Handler> handlers)
Remove a collection of handlers
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SAML2Handler> |
HandlerUtil.getHandlers(org.picketlink.config.federation.handler.Handlers handlers) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
SAMLHandlerChainProcessor(Set<SAML2Handler> handlers,
org.picketlink.config.federation.PicketLinkType configuration) |
Copyright © 2013 JBoss Inc.. All Rights Reserved.