Class AcceptAnyAuthenticationPolicyFactory
- java.lang.Object
-
- org.apereo.cas.authentication.policy.AcceptAnyAuthenticationPolicyFactory
-
- All Implemented Interfaces:
org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
public class AcceptAnyAuthenticationPolicyFactory extends java.lang.Object implements org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
Produces authentication policies that passively satisfy any givenAuthentication.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description AcceptAnyAuthenticationPolicyFactory()
-
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>
-
-