Class BaseAuthenticationHandlerAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
-
- org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.AuthenticationPolicy,org.springframework.core.Ordered
- Direct Known Subclasses:
ExcludedAuthenticationHandlerAuthenticationPolicy,RequiredAuthenticationHandlerAuthenticationPolicy
public abstract class BaseAuthenticationHandlerAuthenticationPolicy extends BaseAuthenticationPolicy
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 Modifier Constructor Description protectedBaseAuthenticationHandlerAuthenticationPolicy(java.lang.String requiredHandlerNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationPolicyExecutionResultisSatisfiedBy(org.apereo.cas.authentication.Authentication authn, java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> authenticationHandlers, org.springframework.context.ConfigurableApplicationContext applicationContext, java.util.Optional<java.io.Serializable> assertion)
-
-
-
Method Detail
-
isSatisfiedBy
public org.apereo.cas.authentication.AuthenticationPolicyExecutionResult isSatisfiedBy(org.apereo.cas.authentication.Authentication authn, java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> authenticationHandlers, org.springframework.context.ConfigurableApplicationContext applicationContext, java.util.Optional<java.io.Serializable> assertion)
-
-