Class RequiredHandlerAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.policy.RequiredHandlerAuthenticationPolicy
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationPolicy,org.springframework.core.Ordered
public class RequiredHandlerAuthenticationPolicy extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPolicyAuthentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description RequiredHandlerAuthenticationPolicy(java.lang.String requiredHandlerName)Instantiates a new required handler authentication policy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(org.apereo.cas.authentication.Authentication authn)
-