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 theContextinterface 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 classMessageContextImplAn implementation ofMessageContextthat 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 classOAuth2ContextAnOAuth2Contextcould 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 classApiVersionRouterContextAContextwhich is created when a request is and has been routed based on resource API version.classUriRouterContextAContextwhich 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 classSessionContextASessionContextis 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 classAdviceContextAContextcontaining 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 classSelfServiceContextA 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 classAttributesContextAnAttributesContextis a mechanism for transferring transient state between components when processing a single request.classClientContextClient context gives easy access to client-related information that are available into the request.classRequestAuditContextA context for audit information for an incoming request.classRootContextAContextwhich has an a globally unique ID but no parent.classSecurityContextAContextcontaining information about the client performing the request which may be used when performing authorization decisions.classTransactionIdContextThis context aims to hold theTransactionId.
-