public class AcceptAnyAuthenticationPolicyFactory extends Object implements ContextualAuthenticationPolicyFactory<ServiceContext>
Authentication.| Constructor and Description |
|---|
AcceptAnyAuthenticationPolicyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ContextualAuthenticationPolicy<ServiceContext> |
createPolicy(ServiceContext context)
Creates a contextual (presumably stateful) authentication policy based on provided context data.
|
public AcceptAnyAuthenticationPolicyFactory()
public ContextualAuthenticationPolicy<ServiceContext> createPolicy(ServiceContext context)
ContextualAuthenticationPolicyFactorycreatePolicy in interface ContextualAuthenticationPolicyFactory<ServiceContext>context - Context data used to create an authentication policy.Copyright © 2004-2015 Apereo. All Rights Reserved.