Class RequiredAuthenticationHandlerAuthenticationPolicyProperties

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

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

    • RequiredAuthenticationHandlerAuthenticationPolicyProperties

      public RequiredAuthenticationHandlerAuthenticationPolicyProperties()
  • Method Details

    • isTryAll

      public boolean isTryAll()
      Ensure number of provided credentials does not match the sum of authentication successes and failures.
    • getHandlerName

      public String getHandlerName()
      The handler name which must have successfully executed and validated credentials.
    • setTryAll

      public void setTryAll(boolean tryAll)
      Ensure number of provided credentials does not match the sum of authentication successes and failures.
    • setHandlerName

      public void setHandlerName(String handlerName)
      The handler name which must have successfully executed and validated credentials.