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 theContextinterface.AttributesContext AnAttributesContextis 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 creatingClientContextinstances.RequestAuditContext A context for audit information for an incoming request.RootContext AContextwhich has an a globally unique ID but no parent.SecurityContext AContextcontaining information about the client performing the request which may be used when performing authorization decisions.TransactionIdContext This context aims to hold theTransactionId.