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_STATEMENT

    Fields inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler

    handlerChainConfig, handlerConfig, logger

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleStatusResponseType(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, handleRequestType

    Methods inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler

    checkDestination, checkDestination, getHttpRequest, getHttpSession, getProviderconfig, getType, initChainConfig, initHandlerConfig, reset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      handleStatusResponseType in interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
      Overrides:
      handleStatusResponseType in class org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler
      Throws:
      org.picketlink.common.exceptions.ProcessingException