Uses of Class
org.forgerock.services.context.AbstractContext
Package
Description
Package contains the AuditService.
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.
JSON resource Commons HTTP Framework integration.
Handles Identity Assertion processing.
Filters the requests and/or responses of HTTP.
This package contains the components used to implement some JWT related filter.
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
OAuth 2.0 Client filter implementation.
Provides automated router capability that loads its configurations files (called routes) from a given directory.
Identity Gateway SAML support.
Integration classes specifically for ForgeRock Access Management.
Common tools used in policy service.
This package contains the
Context
interface and various common protocol
independent implementations.-
Uses of AbstractContext in org.forgerock.audit
Modifier and TypeClassDescriptionclass
A Context used when auditing over the router. -
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.json.resource.http
Modifier and TypeClassDescriptionfinal class
AContext
containing information relating to the originating HTTP request. -
Uses of AbstractContext in org.forgerock.openig.assertion
Modifier and TypeClassDescriptionclass
AnIdentityRequestJwtContext
is used to store the key details of the Identity Request JWT. -
Uses of AbstractContext in org.forgerock.openig.filter
Modifier and TypeClassDescriptionclass
Used by theFragmentFilter
and theDataPreservationFilter
to know if a filter has attempted an impending IG redirection.class
Used by theJwtBuilderFilter
to make the JWT available in the context. -
Uses of AbstractContext in org.forgerock.openig.filter.jwt
Modifier and TypeClassDescriptionclass
AJwtValidationContext
used to store the JWT and claims.class
AJwtValidationErrorContext
used to store the JWT and the list of violations for this JWT. -
Uses of AbstractContext in org.forgerock.openig.filter.oauth2
-
Uses of AbstractContext in org.forgerock.openig.filter.oauth2.client
Modifier and TypeClassDescriptionclass
This context helps to manage theOAuth2Session
when used withOAuth2ClientFilter
. -
Uses of AbstractContext in org.forgerock.openig.handler.router
Modifier and TypeClassDescriptionclass
Context
implementation to maintain a record of the route that accepted the request. -
Uses of AbstractContext in org.forgerock.openig.handler.saml
Modifier and TypeClassDescriptionclass
Context
implementation to hold error details, should an error occur during SAML processing. -
Uses of AbstractContext in org.forgerock.openig.openam
Modifier and TypeClassDescriptionclass
ACapturedUserPasswordContext
to store the user's decrypted password.class
Context
implementation to maintain cross-domain SSO properties.class
Context
implementation to hold error details, should an error occur during cross-domain SSO authentication.class
APolicyDecisionContext
convey policy decision information to downstream filters and handlers.class
Context
to store Access Management session info and properties.class
TheSsoTokenContext
provides access to the token and user information related to this session.class
AStsContext
convey the token transformation results to downstream filters and handlers.class
Used by theUserProfileFilter
to make the user's profile attributes available in the context. -
Uses of AbstractContext in org.forgerock.openig.tools
Modifier and TypeClassDescriptionclass
AnInternalSsoTokenContext
used to store an SSO token. -
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
.