Class BaseAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.AuthenticationPolicy,org.springframework.core.Ordered
- Direct Known Subclasses:
AllAuthenticationHandlersSucceededAuthenticationPolicy,AllCredentialsValidatedAuthenticationPolicy,AtLeastOneCredentialValidatedAuthenticationPolicy,BaseAuthenticationHandlerAuthenticationPolicy,GroovyScriptAuthenticationPolicy,RestfulAuthenticationPolicy,UniquePrincipalAuthenticationPolicy
public abstract class BaseAuthenticationPolicy extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPolicyThis isBaseAuthenticationPolicy.- Since:
- 6.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseAuthenticationPolicy()
-