Class RequiredAuthenticationHandlerAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
-
- org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
-
- org.apereo.cas.authentication.policy.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 Summary
Constructors Constructor Description RequiredAuthenticationHandlerAuthenticationPolicy(java.lang.String requiredHandlerNames)RequiredAuthenticationHandlerAuthenticationPolicy(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
-
-
-
-
Constructor Detail
-
RequiredAuthenticationHandlerAuthenticationPolicy
public RequiredAuthenticationHandlerAuthenticationPolicy(java.lang.String requiredHandlerNames)
-
RequiredAuthenticationHandlerAuthenticationPolicy
public RequiredAuthenticationHandlerAuthenticationPolicy(java.util.Set<java.lang.String> handlerNames, boolean tryAll)
-
-