| Interface | Description |
|---|---|
| Context |
Type-safe contextual information associated with the processing of a request in an application.
|
| Class | Description |
|---|---|
| AbstractContext |
A base implementation of the
Context interface. |
| AttributesContext |
An
AttributesContext is a mechanism for transferring transient state between components when processing a
single request. |
| ClientContext |
Client context gives easy access to client-related information that are available into the request.
|
| ClientContext.Builder |
Builder for creating
ClientContext instances. |
| RequestAuditContext |
A context for audit information for an incoming request.
|
| RootContext |
A
Context which has an a globally unique ID but no parent. |
| SecurityContext |
A
Context containing information about the client performing the
request which may be used when performing authorization decisions. |
| TransactionIdContext |
This context aims to hold the
TransactionId. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.