Uses of Class
org.forgerock.services.context.AbstractContext
-
Packages that use AbstractContext Package Description org.forgerock.audit Package contains the AuditService.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.json.resource.http JSON resource Commons HTTP Framework integration.org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.filter.jwt This package contains the components used to implement some JWT related filter.org.forgerock.openig.filter.oauth2 This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.org.forgerock.openig.filter.oauth2.client OAuth 2.0 Client filter implementation.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.websocket WebSocket proxy support.org.forgerock.services.context This package contains theContextinterface and various common protocol independent implementations. -
-
Uses of AbstractContext in org.forgerock.audit
Subclasses of AbstractContext in org.forgerock.audit Modifier and Type Class Description classAuditingContextA Context used when auditing over the router. -
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.json.resource.http
Subclasses of AbstractContext in org.forgerock.json.resource.http Modifier and Type Class Description classHttpContextAContextcontaining information relating to the originating HTTP request. -
Uses of AbstractContext in org.forgerock.openig.filter
Subclasses of AbstractContext in org.forgerock.openig.filter Modifier and Type Class Description classAuthRedirectContextUsed by theFragmentFilterto know if a filter has attempted an impending IG redirection.classJwtBuilderContextUsed by theJwtBuilderFilterto make the JWT available in the context. -
Uses of AbstractContext in org.forgerock.openig.filter.jwt
Subclasses of AbstractContext in org.forgerock.openig.filter.jwt Modifier and Type Class Description classJwtValidationContextAJwtValidationContextused to store the JWT and claims.classJwtValidationErrorContextAJwtValidationErrorContextused to store the JWT and the list of violations for this JWT. -
Uses of AbstractContext in org.forgerock.openig.filter.oauth2
Subclasses of AbstractContext in org.forgerock.openig.filter.oauth2 Modifier and Type Class Description classOAuth2FailureContextContextimplementation to hold OAuth2 error details, should a failure occur during OAuth2 scenarios.classOAuth2TokenExchangeContextContextsupporting OAuth2 token exchange scenarios, this manages the resulting exchange token. -
Uses of AbstractContext in org.forgerock.openig.filter.oauth2.client
Subclasses of AbstractContext in org.forgerock.openig.filter.oauth2.client Modifier and Type Class Description classOAuth2SessionContextThis context helps to manage theOAuth2Sessionwhen used withOAuth2ClientFilter. -
Uses of AbstractContext in org.forgerock.openig.openam
Subclasses of AbstractContext in org.forgerock.openig.openam Modifier and Type Class Description classCapturedUserPasswordContextACapturedUserPasswordContextto store the user's decrypted password.classCdSsoContextContextimplementation to maintain cross-domain SSO properties.classCdSsoFailureContextContextimplementation to hold error details, should an error occur during cross-domain SSO authentication.classPolicyDecisionContextAPolicyDecisionContextconvey policy decision information to downstream filters and handlers.classSessionInfoContextContextto store Access Management session info and properties.classSsoTokenContextTheSsoTokenContextprovides access to the token and user information related to this session.classStsContextAStsContextconvey the token transformation results to downstream filters and handlers.classUserProfileContextUsed by theUserProfileFilterto make the user's profile attributes available in the context. -
Uses of AbstractContext in org.forgerock.openig.tools
Subclasses of AbstractContext in org.forgerock.openig.tools Modifier and Type Class Description classInternalSsoTokenContextAnInternalSsoTokenContextused to store an SSO token. -
Uses of AbstractContext in org.forgerock.openig.websocket
Subclasses of AbstractContext in org.forgerock.openig.websocket Modifier and Type Class Description classWebSocketHandshakeContextContextsignaling that the associated request is a WebSocket Handshake. -
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.
-