public abstract class AbstractAuthenticationHandler
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apereo.cas.authentication.principal.PrincipalFactory |
principalFactory
Factory to create the principal type.
|
protected org.apereo.cas.services.ServicesManager |
servicesManager
The services manager instance, as the entry point to the registry.
|
| Constructor and Description |
|---|
AbstractAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
java.lang.Integer order)
Instantiates a new Abstract authentication handler.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getOrder() |
protected final org.apereo.cas.authentication.principal.PrincipalFactory principalFactory
protected final org.apereo.cas.services.ServicesManager servicesManager
public AbstractAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
java.lang.Integer order)
name - Handler name.servicesManager - the services manager.principalFactory - the principal factoryorder - the order