Class RequiredAuthenticationHandlerAuthenticationPolicy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.AuthenticationPolicy, org.springframework.core.Ordered

    public class RequiredAuthenticationHandlerAuthenticationPolicy
    extends BaseAuthenticationHandlerAuthenticationPolicy
    Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • RequiredAuthenticationHandlerAuthenticationPolicy

        public RequiredAuthenticationHandlerAuthenticationPolicy​(java.lang.String requiredHandlerNames)
      • RequiredAuthenticationHandlerAuthenticationPolicy

        public RequiredAuthenticationHandlerAuthenticationPolicy​(java.util.Set<java.lang.String> handlerNames,
                                                                 boolean tryAll)
    • Method Detail

      • isSatisfiedByInternal

        public org.apereo.cas.authentication.AuthenticationPolicyExecutionResult isSatisfiedByInternal​(org.apereo.cas.authentication.Authentication authn)