Class ExcludedAuthenticationHandlerAuthenticationPolicy

All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationPolicy, org.apereo.cas.util.NamedObject, 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:
  • Constructor Details

    • ExcludedAuthenticationHandlerAuthenticationPolicy

      public ExcludedAuthenticationHandlerAuthenticationPolicy(Set<String> handlerNames, boolean tryAll)
    • ExcludedAuthenticationHandlerAuthenticationPolicy

      public ExcludedAuthenticationHandlerAuthenticationPolicy()
  • Method Details