| AcceptAnyAuthenticationPolicyFactory |
Produces authentication policies that passively satisfy any given Authentication.
|
| AllAuthenticationHandlersSucceededAuthenticationPolicy |
Authentication security policy that is satisfied iff all given authentication handlers are successfully authenticated.
|
| AllCredentialsValidatedAuthenticationPolicy |
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
|
| AtLeastOneCredentialValidatedAuthenticationPolicy |
Authentication policy that is satisfied by at least one successfully authenticated credential.
|
| BaseAuthenticationHandlerAuthenticationPolicy |
Authentication security policy that is satisfied iff a specified
authentication handler successfully authenticates
at least one credential.
|
| BaseAuthenticationPolicy |
|
| ExcludedAuthenticationHandlerAuthenticationPolicy |
Authentication security policy that is satisfied iff a specified
authentication handler is not part of successful authn handlers.
|
| GroovyScriptAuthenticationPolicy |
|
| NotPreventedAuthenticationPolicy |
Authentication policy that defines success as at least one authentication success and no authentication attempts
that were prevented by system errors.
|
| RegisteredServiceAuthenticationPolicyResolver |
|
| RequiredAuthenticationHandlerAuthenticationPolicy |
Authentication security policy that is satisfied iff a specified
authentication handler successfully authenticates
at least one credential.
|
| RequiredHandlerAuthenticationPolicyFactory |
Produces ContextualAuthenticationPolicy instances that are satisfied iff the given Authentication
was created by authenticating credentials by all handlers named in
RegisteredServiceAuthenticationPolicy.getRequiredAuthenticationHandlers().
|
| RestfulAuthenticationPolicy |
|
| UniquePrincipalAuthenticationPolicy |
|