See: Description
Interface | Description |
---|---|
AuditApi |
Audit API interface for auditing the result of an authentication request.
|
ResponseWriter |
Writes
AuthenticationException responses for different media types. |
Class | Description |
---|---|
AuditTrail |
Responsible for tracking the auditing of an authentication attempt including auditing each of the modules that
are executed and the overall result of the authentication.
|
AuthenticationFilter |
A HTTP
Filter that will protect all downstream filters or handlers. |
AuthenticationFilter.AuthenticationFilterBuilder |
Builder class that configures an Authentication Framework instance.
|
AuthenticationFilter.AuthenticationModuleBuilder |
Builder class that configures
AsyncServerAuthModule s and
ServerAuthModule s. |
AuthenticationFramework |
An authentication framework for protecting all types of resources.
|
AuthStatusUtils |
Utility class providing utility methods for determining the meaning behind each of the different
AuthStatus
values. |
FallbackAuthContext |
An
AsyncServerAuthContext which manages a List of
AsyncServerAuthModule s that are in a desired order of preference for authenticating
incoming request messages. |
HttpCallbackHandler |
Callback handler for the JASPI runtime.
|
JaspiAdapters |
Adapter class implementing methods that adapt to and from JASPI interfaces to be able to
inter-op with pure JASPI implementations.
|
MessageContextImpl |
An implementation of
MessageContext that holds contextual information and state for a
given request and response message exchange. |
Exception | Description |
---|---|
AuthenticationFailedException |
An authentication exception which signifies that authentication of the request has failed and an
appropriate unauthorized response should be returned to the client.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.