Class AllCredentialsValidatedAuthenticationPolicy

java.lang.Object
org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
org.apereo.cas.authentication.policy.AllCredentialsValidatedAuthenticationPolicy
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationPolicy, org.apereo.cas.util.NamedObject, org.springframework.core.Ordered

public class AllCredentialsValidatedAuthenticationPolicy extends BaseAuthenticationPolicy
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
Since:
4.0.0
See Also:
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
    isSatisfiedBy(org.apereo.cas.authentication.Authentication authn, Set<org.apereo.cas.authentication.AuthenticationHandler> authenticationHandlers, org.springframework.context.ConfigurableApplicationContext applicationContext, Map<String,? extends Serializable> context)
     

    Methods inherited from class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy

    getName, getOrder, setName, setOrder

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationPolicy

    isSatisfiedBy, isSatisfiedBy, isSatisfiedBy, shouldResumeOnFailure
  • Constructor Details

    • AllCredentialsValidatedAuthenticationPolicy

      public AllCredentialsValidatedAuthenticationPolicy()
  • Method Details

    • isSatisfiedBy

      public org.apereo.cas.authentication.AuthenticationPolicyExecutionResult isSatisfiedBy(org.apereo.cas.authentication.Authentication authn, Set<org.apereo.cas.authentication.AuthenticationHandler> authenticationHandlers, org.springframework.context.ConfigurableApplicationContext applicationContext, Map<String,? extends Serializable> context)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class BaseAuthenticationPolicy