| AcceptAnyAuthenticationPolicyFactory |
Produces authentication policies that passively satisfy any given Authentication.
|
| AllAuthenticationPolicy |
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
|
| AnyAuthenticationPolicy |
Authentication policy that is satisfied by at least one successfully authenticated credential.
|
| GroovyScriptAuthenticationPolicy |
|
| NotPreventedAuthenticationPolicy |
Authentication policy that defines success as at least one authentication success and no authentication attempts
that were prevented by system errors.
|
| RequiredHandlerAuthenticationPolicy |
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
RegisteredService.getRequiredHandlers().
|
| RestfulAuthenticationPolicy |
|
| UniquePrincipalAuthenticationPolicy |
|