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.handler.router Provides automated router capability that loads its configurations files (called routes) from a given directory.org.forgerock.openig.handler.saml Identity Gateway SAML support.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 theContext
interface 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 class
AuditingContext
A 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 class
OAuth2Context
AnOAuth2Context
could 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 class
ApiVersionRouterContext
AContext
which is created when a request is and has been routed based on resource API version.class
UriRouterContext
AContext
which 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 class
SessionContext
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
Subclasses of AbstractContext in org.forgerock.json.resource Modifier and Type Class Description class
AdviceContext
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
Subclasses of AbstractContext in org.forgerock.json.resource.http Modifier and Type Class Description class
HttpContext
AContext
containing 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 class
AuthRedirectContext
Used by theFragmentFilter
and theDataPreservationFilter
to know if a filter has attempted an impending IG redirection.class
JwtBuilderContext
Used by theJwtBuilderFilter
to 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 class
JwtValidationContext
AJwtValidationContext
used to store the JWT and claims.class
JwtValidationErrorContext
AJwtValidationErrorContext
used 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 class
OAuth2FailureContext
Context
implementation to hold OAuth2 error details, should a failure occur during OAuth2 scenarios.class
OAuth2TokenExchangeContext
Context
supporting 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 class
OAuth2SessionContext
This context helps to manage theOAuth2Session
when used withOAuth2ClientFilter
. -
Uses of AbstractContext in org.forgerock.openig.handler.router
Subclasses of AbstractContext in org.forgerock.openig.handler.router Modifier and Type Class Description class
RoutingContext
Context
implementation 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.saml Modifier and Type Class Description class
SamlFailureContext
Context
implementation 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.openam Modifier and Type Class Description class
CapturedUserPasswordContext
ACapturedUserPasswordContext
to store the user's decrypted password.class
CdSsoContext
Context
implementation to maintain cross-domain SSO properties.class
CdSsoFailureContext
Context
implementation to hold error details, should an error occur during cross-domain SSO authentication.class
PolicyDecisionContext
APolicyDecisionContext
convey policy decision information to downstream filters and handlers.class
SessionInfoContext
Context
to store Access Management session info and properties.class
SsoTokenContext
TheSsoTokenContext
provides access to the token and user information related to this session.class
StsContext
AStsContext
convey the token transformation results to downstream filters and handlers.class
UserProfileContext
Used by theUserProfileFilter
to 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 class
InternalSsoTokenContext
AnInternalSsoTokenContext
used 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 class
WebSocketHandshakeContext
Context
signaling 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 class
AttributesContext
AnAttributesContext
is a mechanism for transferring transient state between components when processing a single request.class
ClientContext
Client context gives easy access to client-related information that are available into the request.class
RequestAuditContext
A context for audit information for an incoming request.class
RootContext
AContext
which has an a globally unique ID but no parent.class
SecurityContext
AContext
containing information about the client performing the request which may be used when performing authorization decisions.class
TransactionIdContext
This context aims to hold theTransactionId
.
-