Uses of Class
org.forgerock.services.context.AbstractContext
-
Packages that use AbstractContext Package Description org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.http.routing Provides routing functionality for HTTP requests.org.forgerock.http.session Provides interfaces for managing and interacting with HTTP Sessions.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.services.context This package contains theContext
interface and various common protocol independent implementations. -
-
Uses of AbstractContext in org.forgerock.caf.authentication.framework
Subclasses of AbstractContext in org.forgerock.caf.authentication.framework Modifier and Type Class Description class
MessageContextImpl
An implementation ofMessageContext
that holds contextual information and state for a given request and response message exchange. -
Uses of AbstractContext in org.forgerock.http.oauth2
Subclasses of AbstractContext in org.forgerock.http.oauth2 Modifier and Type Class Description class
OAuth2Context
AnOAuth2Context
could be used to store and retrieve anAccessTokenInfo
. -
Uses of AbstractContext in org.forgerock.http.routing
Subclasses of AbstractContext in org.forgerock.http.routing Modifier and Type Class Description class
ApiVersionRouterContext
AContext
which is created when a request is and has been routed based on resource API version.class
UriRouterContext
AContext
which is created when a request has been routed. -
Uses of AbstractContext in org.forgerock.http.session
Subclasses of AbstractContext in org.forgerock.http.session Modifier and Type Class Description class
SessionContext
ASessionContext
is a mechanism for maintaining state between components when processing a successive requests from the same logical client or end-user. -
Uses of AbstractContext in org.forgerock.json.resource
Subclasses of AbstractContext in org.forgerock.json.resource Modifier and Type Class Description class
AdviceContext
AContext
containing information which should be returned to the user in some appropriate form to the user. -
Uses of AbstractContext in org.forgerock.selfservice.core
Subclasses of AbstractContext in org.forgerock.selfservice.core Modifier and Type Class Description class
SelfServiceContext
A Context that indicates the request came from Self-Service. -
Uses of AbstractContext in org.forgerock.services.context
Subclasses of AbstractContext in org.forgerock.services.context Modifier and Type Class Description class
AttributesContext
AnAttributesContext
is a mechanism for transferring transient state between components when processing a single request.class
ClientContext
Client context gives easy access to client-related information that are available into the request.class
RequestAuditContext
A context for audit information for an incoming request.class
RootContext
AContext
which has an a globally unique ID but no parent.class
SecurityContext
AContext
containing information about the client performing the request which may be used when performing authorization decisions.class
TransactionIdContext
This context aims to hold theTransactionId
.
-