Uses of Class
org.forgerock.services.context.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
Modifier and TypeClassDescriptionfinal class
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
Modifier and TypeClassDescriptionclass
AnOAuth2Context
could be used to store and retrieve anAccessTokenInfo
. -
Uses of AbstractContext in org.forgerock.http.routing
-
Uses of AbstractContext in org.forgerock.http.session
Modifier and TypeClassDescriptionfinal class
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionfinal class
A Context that indicates the request came from Self-Service. -
Uses of AbstractContext in org.forgerock.services.context
Modifier and TypeClassDescriptionfinal class
AnAttributesContext
is a mechanism for transferring transient state between components when processing a single request.final class
Client context gives easy access to client-related information that are available into the request.class
A context for audit information for an incoming request.final class
AContext
which has an a globally unique ID but no parent.final class
AContext
containing information about the client performing the request which may be used when performing authorization decisions.class
This context aims to hold theTransactionId
.