Class AnyCredentialAuthenticationPolicyProperties

java.lang.Object
org.apereo.cas.configuration.model.core.authentication.policy.BaseAuthenticationPolicyProperties
org.apereo.cas.configuration.model.core.authentication.policy.AnyCredentialAuthenticationPolicyProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-authentication", automated=true) public class AnyCredentialAuthenticationPolicyProperties extends BaseAuthenticationPolicyProperties
Since:
7.0.0
See Also:
  • Constructor Details

    • AnyCredentialAuthenticationPolicyProperties

      public AnyCredentialAuthenticationPolicyProperties()
  • Method Details

    • isTryAll

      public boolean isTryAll()
      Avoid short circuiting and try every handler even if one prior succeeded. Ensure number of provided credentials does not match the sum of authentication successes and failures
    • setTryAll

      public void setTryAll(boolean tryAll)
      Avoid short circuiting and try every handler even if one prior succeeded. Ensure number of provided credentials does not match the sum of authentication successes and failures