Class SAML2ExtendedAuthenticationHandler
java.lang.Object
org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler
org.exoplatform.addons.saml.extensions.SAML2ExtendedAuthenticationHandler
- All Implemented Interfaces:
org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
public class SAML2ExtendedAuthenticationHandler
extends org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler.HANDLER_TYPE -
Field Summary
Fields inherited from class org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler
SINGLE_ATTRIBUTE_STATEMENTFields inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
handlerChainConfig, handlerConfig, loggerFields inherited from interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
ASSERTION_CONSUMER_URL, CLOCK_SKEW_MILIS, DISABLE_AUTHN_STATEMENT, DISABLE_ROLE_PICKING, DISABLE_SENDING_ROLES, ROLE_KEY, USE_MULTI_VALUED_ROLES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleStatusResponseType(org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerRequest request, org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerResponse response) Methods inherited from class org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler
generateSAMLRequest, getAttributeStatements, handleRequestTypeMethods inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
checkDestination, checkDestination, getHttpRequest, getHttpSession, getProviderconfig, getType, initChainConfig, initHandlerConfig, reset
-
Constructor Details
-
SAML2ExtendedAuthenticationHandler
public SAML2ExtendedAuthenticationHandler()
-
-
Method Details
-
handleStatusResponseType
public void handleStatusResponseType(org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerRequest request, org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2HandlerResponse response) throws org.picketlink.common.exceptions.ProcessingException - Specified by:
handleStatusResponseTypein interfaceorg.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler- Overrides:
handleStatusResponseTypein classorg.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler- Throws:
org.picketlink.common.exceptions.ProcessingException
-