Package org.forgerock.services.context
-
Interface Summary Interface Description Context Type-safe contextual information associated with the processing of a request in an application. -
Class Summary Class Description AbstractContext A base implementation of theContext
interface.AttributesContext AnAttributesContext
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 creatingClientContext
instances.RequestAuditContext A context for audit information for an incoming request.RootContext AContext
which has an a globally unique ID but no parent.SecurityContext AContext
containing information about the client performing the request which may be used when performing authorization decisions.TransactionIdContext This context aims to hold theTransactionId
.