Class AbstractTokenWrapperAuthenticationHandler

java.lang.Object
org.apereo.cas.authentication.AbstractAuthenticationHandler
org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractPac4jAuthenticationHandler
org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler<org.apereo.cas.authentication.credential.BasicIdentifiableCredential,org.pac4j.core.credentials.TokenCredentials>
org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler, org.apereo.cas.authentication.PrePostAuthenticationHandler, org.springframework.core.Ordered

public abstract class AbstractTokenWrapperAuthenticationHandler extends AbstractWrapperAuthenticationHandler<org.apereo.cas.authentication.credential.BasicIdentifiableCredential,org.pac4j.core.credentials.TokenCredentials>
Pac4j authentication handler which works on a CAS identifiable credential and uses a pac4j authenticator and profile creator to play authentication.
Since:
4.2.0
  • Constructor Details

    • AbstractTokenWrapperAuthenticationHandler

      protected AbstractTokenWrapperAuthenticationHandler(String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, Integer order, org.apereo.cas.authentication.handler.PrincipalNameTransformer principalNameTransformer, org.pac4j.core.context.session.SessionStore sessionStore)
  • Method Details