Class BaseAuthenticationPolicy
java.lang.Object
org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.AuthenticationPolicy,org.apereo.cas.util.NamedObject,org.springframework.core.Ordered
- Direct Known Subclasses:
AllAuthenticationHandlersSucceededAuthenticationPolicy,AllCredentialsValidatedAuthenticationPolicy,AtLeastOneCredentialValidatedAuthenticationPolicy,BaseAuthenticationHandlerAuthenticationPolicy,GroovyScriptAuthenticationPolicy,RequiredAttributesAuthenticationPolicy,RestfulAuthenticationPolicy,UniquePrincipalAuthenticationPolicy
public abstract class BaseAuthenticationPolicy
extends Object
implements org.apereo.cas.authentication.AuthenticationPolicy
This is
BaseAuthenticationPolicy.- Since:
- 6.2.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.AuthenticationPolicy
isSatisfiedBy, isSatisfiedBy, isSatisfiedBy, isSatisfiedBy, shouldResumeOnFailure
-
Constructor Details
-
BaseAuthenticationPolicy
public BaseAuthenticationPolicy()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
setOrder
- Returns:
this.
-
setName
- Returns:
this.
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.apereo.cas.authentication.AuthenticationPolicy- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
getName
- Specified by:
getNamein interfaceorg.apereo.cas.util.NamedObject
-