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
Since:
6.2.0
See Also:
  • Constructor Details

    • BaseAuthenticationPolicy

      public BaseAuthenticationPolicy()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setOrder

      public BaseAuthenticationPolicy setOrder(int order)
      Returns:
      this.
    • setName

      public BaseAuthenticationPolicy setName(String name)
      Returns:
      this.
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.apereo.cas.authentication.AuthenticationPolicy
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • getName

      public String getName()
      Specified by:
      getName in interface org.apereo.cas.util.NamedObject