Uses of Class
org.forgerock.services.context.AbstractContext
Packages that use AbstractContext
Package
Description
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
This package provides APIs for OAuth 2.0 services implementations.
Provides routing functionality for HTTP requests.
Provides interfaces for managing and interacting with HTTP Sessions.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
This package contains the core implementation for the anonymous process service.
This package contains the
Context interface and various common protocol
independent implementations.-
Uses of AbstractContext in org.forgerock.caf.authentication.framework
Subclasses of AbstractContext in org.forgerock.caf.authentication.frameworkModifier and TypeClassDescriptionfinal classAn 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.oauth2Modifier and TypeClassDescriptionclassAnOAuth2Contextcould be used to store and retrieve anAccessTokenInfo. -
Uses of AbstractContext in org.forgerock.http.routing
Subclasses of AbstractContext in org.forgerock.http.routing -
Uses of AbstractContext in org.forgerock.http.session
Subclasses of AbstractContext in org.forgerock.http.sessionModifier and TypeClassDescriptionfinal classASessionContextis 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.resourceModifier and TypeClassDescriptionclassAContextcontaining 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.coreModifier and TypeClassDescriptionfinal classA Context that indicates the request came from Self-Service. -
Uses of AbstractContext in org.forgerock.services.context
Subclasses of AbstractContext in org.forgerock.services.contextModifier and TypeClassDescriptionfinal classAnAttributesContextis a mechanism for transferring transient state between components when processing a single request.final classClient context gives easy access to client-related information that are available into the request.classA context for audit information for an incoming request.final classAContextwhich has an a globally unique ID but no parent.final classAContextcontaining information about the client performing the request which may be used when performing authorization decisions.classThis context aims to hold theTransactionId.