Class ExcludedAuthenticationHandlerAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
-
- org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
-
- org.apereo.cas.authentication.policy.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
-
-
Constructor Summary
Constructors Constructor Description ExcludedAuthenticationHandlerAuthenticationPolicy(java.util.Set<java.lang.String> handlerNames, boolean tryAll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationPolicyExecutionResultisSatisfiedByInternal(org.apereo.cas.authentication.Authentication authn)-
Methods inherited from class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
isSatisfiedBy
-
-