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.
This package contains classes which support the FAPI API client.
This package contains classes related to audit information of FAPI request.
This package contains classes related to Client TLS Certificates.
This package contains filter classes related to
RegistrationRequest
processing and validation.This package contains classes related to
InteractionIdFapiContext initialization.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.audit
Subclasses of AbstractContext in org.forgerock.auditModifier and TypeClassDescriptionclassA Context used when auditing over the router. -
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.json.resource.http
Subclasses 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.assertion
Subclasses 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.fapi.apiclient
Subclasses of AbstractContext in org.forgerock.openig.fapi.apiclientModifier and TypeClassDescriptionfinal class -
Uses of AbstractContext in org.forgerock.openig.fapi.audit
Subclasses of AbstractContext in org.forgerock.openig.fapi.auditModifier and TypeClassDescriptionclassA context for audit information about FAPI request. -
Uses of AbstractContext in org.forgerock.openig.fapi.certificate
Subclasses of AbstractContext in org.forgerock.openig.fapi.certificateModifier and TypeClassDescriptionfinal classContextcontaining the TLS client certificate during FAPI interactions. -
Uses of AbstractContext in org.forgerock.openig.fapi.dcr.request
Subclasses of AbstractContext in org.forgerock.openig.fapi.dcr.requestModifier and TypeClassDescriptionfinal classContextcontaining theRegistrationRequestduring FAPI DCR interactions. -
Uses of AbstractContext in org.forgerock.openig.fapi.interactionid
Subclasses of AbstractContext in org.forgerock.openig.fapi.interactionidModifier and TypeClassDescriptionfinal classContextcapturing the FAPI interaction ID, used in correlating interactions. -
Uses of AbstractContext in org.forgerock.openig.filter
Subclasses 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.jwt
Subclasses 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.oauth2
Subclasses of AbstractContext in org.forgerock.openig.filter.oauth2 -
Uses of AbstractContext in org.forgerock.openig.filter.oauth2.client
Subclasses 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.router
Subclasses 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.saml
Subclasses 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.openam
Subclasses 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.sql
Subclasses of AbstractContext in org.forgerock.openig.sql -
Uses of AbstractContext in org.forgerock.openig.tools
Subclasses of AbstractContext in org.forgerock.openig.toolsModifier and TypeClassDescriptionclassAnInternalSsoTokenContextused to store an SSO token. -
Uses of AbstractContext in org.forgerock.openig.util
Subclasses of AbstractContext in org.forgerock.openig.utilModifier and TypeClassDescriptionfinal classContextimplementation to hold error information regarding failures. -
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.