| 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
AsyncServerAuthModules and
ServerAuthModules. |
| 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
AsyncServerAuthModules 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.
|
| 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 © 2025 Open Identity Platform Community. All rights reserved.