Package org.apereo.cas.authentication
Class AbstractAuthenticationHandler
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.springframework.core.Ordered
- Direct Known Subclasses:
AbstractPreAndPostProcessingAuthenticationHandler,HttpBasedServiceCredentialsAuthenticationHandler
public abstract class AbstractAuthenticationHandler extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationHandlerBase class for all authentication handlers that support configurable naming.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.authentication.principal.PrincipalFactoryprincipalFactoryFactory to create the principal type.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, java.lang.Integer order)
-