Class ExcludedAuthenticationHandlerAuthenticationPolicy

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

    public class ExcludedAuthenticationHandlerAuthenticationPolicy
    extends BaseAuthenticationHandlerAuthenticationPolicy
    Authentication security policy that is satisfied iff a specified authentication handler is not part of successful authn handlers.
    Since:
    6.3.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationPolicyExecutionResult isSatisfiedByInternal​(org.apereo.cas.authentication.Authentication authn)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationPolicy

        getName, getOrder, shouldResumeOnFailure
    • Constructor Detail

      • ExcludedAuthenticationHandlerAuthenticationPolicy

        public ExcludedAuthenticationHandlerAuthenticationPolicy​(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)