Class RequiredHandlerAuthenticationPolicyFactory
- java.lang.Object
-
- org.apereo.cas.authentication.policy.RequiredHandlerAuthenticationPolicyFactory
-
- All Implemented Interfaces:
org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
public class RequiredHandlerAuthenticationPolicyFactory extends java.lang.Object implements org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
ProducesContextualAuthenticationPolicyinstances that are satisfied iff the givenAuthenticationwas created by authenticating credentials by all handlers named inRegisteredService.getRequiredHandlers().- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description RequiredHandlerAuthenticationPolicyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.ContextualAuthenticationPolicy<ServiceContext>createPolicy(ServiceContext context)
-
-
-
Method Detail
-
createPolicy
public org.apereo.cas.authentication.ContextualAuthenticationPolicy<ServiceContext> createPolicy(ServiceContext context)
- Specified by:
createPolicyin interfaceorg.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
-
-