Uses of Class
org.forgerock.services.context.AbstractContext
Packages that use 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.
Provides SQL and JDBC support.
Common tools used in policy service.
Miscellaneous utility classes.
This package contains the 
Context interface and various common protocol
 independent implementations.- 
Uses of AbstractContext in org.forgerock.auditSubclasses of AbstractContext in org.forgerock.auditModifier and TypeClassDescriptionclassA Context used when auditing over the router.
- 
Uses of AbstractContext in org.forgerock.http.oauth2Subclasses of AbstractContext in org.forgerock.http.oauth2Modifier and TypeClassDescriptionclassAnOAuth2Contextcould be used to store and retrieve anAccessTokenInfo.
- 
Uses of AbstractContext in org.forgerock.http.routingSubclasses of AbstractContext in org.forgerock.http.routing
- 
Uses of AbstractContext in org.forgerock.http.sessionSubclasses 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.resourceSubclasses 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.json.resource.httpSubclasses of AbstractContext in org.forgerock.json.resource.httpModifier and TypeClassDescriptionfinal classAContextcontaining information relating to the originating HTTP request.
- 
Uses of AbstractContext in org.forgerock.openig.assertionSubclasses of AbstractContext in org.forgerock.openig.assertionModifier and TypeClassDescriptionclassAnIdentityRequestJwtContextis used to store the key details of the Identity Request JWT.
- 
Uses of AbstractContext in org.forgerock.openig.filterSubclasses of AbstractContext in org.forgerock.openig.filterModifier and TypeClassDescriptionclassUsed by theFragmentFilterand theDataPreservationFilterto know if a filter has attempted an impending IG redirection.classContext holding values extracted from theFileAttributesFilter.classUsed by theJwtBuilderFilterto make the JWT available in the context.
- 
Uses of AbstractContext in org.forgerock.openig.filter.jwtSubclasses of AbstractContext in org.forgerock.openig.filter.jwtModifier and TypeClassDescriptionclassAJwtValidationContextused to store the JWT and claims.classAJwtValidationErrorContextused to store the JWT and the list of violations for this JWT.
- 
Uses of AbstractContext in org.forgerock.openig.filter.oauth2Subclasses of AbstractContext in org.forgerock.openig.filter.oauth2
- 
Uses of AbstractContext in org.forgerock.openig.filter.oauth2.clientSubclasses of AbstractContext in org.forgerock.openig.filter.oauth2.clientModifier and TypeClassDescriptionclassThis context helps to manage theOAuth2Sessionwhen used withAuthorizationCodeOAuth2ClientFilter.
- 
Uses of AbstractContext in org.forgerock.openig.handler.routerSubclasses of AbstractContext in org.forgerock.openig.handler.routerModifier and TypeClassDescriptionclassContextimplementation to maintain a record of the route that accepted the request.
- 
Uses of AbstractContext in org.forgerock.openig.handler.samlSubclasses of AbstractContext in org.forgerock.openig.handler.samlModifier and TypeClassDescriptionclassContextimplementation to hold error details, should an error occur during SAML processing.
- 
Uses of AbstractContext in org.forgerock.openig.openamSubclasses of AbstractContext in org.forgerock.openig.openamModifier and TypeClassDescriptionclassACapturedUserPasswordContextto store the user's decrypted password.classContextimplementation to maintain cross-domain SSO properties.classContextimplementation to hold error details, should an error occur during cross-domain SSO authentication.classAPolicyDecisionContextconvey policy decision information to downstream filters and handlers.classContextto store Access Management session info and properties.classTheSsoTokenContextprovides access to the token and user information related to this session.classAStsContextconvey the token transformation results to downstream filters and handlers.classUsed by theUserProfileFilterto make the user's profile attributes available in the context.
- 
Uses of AbstractContext in org.forgerock.openig.sqlSubclasses of AbstractContext in org.forgerock.openig.sql
- 
Uses of AbstractContext in org.forgerock.openig.toolsSubclasses of AbstractContext in org.forgerock.openig.toolsModifier and TypeClassDescriptionclassAnInternalSsoTokenContextused to store an SSO token.
- 
Uses of AbstractContext in org.forgerock.openig.utilSubclasses of AbstractContext in org.forgerock.openig.utilModifier and TypeClassDescriptionfinal classContextimplementation to hold error information regarding failures.
- 
Uses of AbstractContext in org.forgerock.services.contextSubclasses 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.