Class AbstractAuthenticationHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
      Factory to create the principal type.
      • Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandler

        SUCCESSFUL_AUTHENTICATION_HANDLERS
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractAuthenticationHandler​(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, java.lang.Integer order)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationHandler

        authenticate, getName, getOrder, getState, supports, supports
    • Field Detail

      • principalFactory

        protected final org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
        Factory to create the principal type.
    • Constructor Detail

      • AbstractAuthenticationHandler

        protected AbstractAuthenticationHandler​(java.lang.String name,
                                                org.apereo.cas.services.ServicesManager servicesManager,
                                                org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
                                                java.lang.Integer order)