Uses of Package
org.forgerock.services.context
-
Packages that use org.forgerock.services.context Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.audit.events Package contains audit events.org.forgerock.audit.events.handlers This package contains the defaultAuditEventHandlers
.org.forgerock.audit.handlers.csv This package contains the default AuditEventHandler implementations.org.forgerock.audit.handlers.elasticsearch This package contains the ElasticsearchAuditEventHandler
implementation.org.forgerock.audit.handlers.jdbc This package contains a JDBC AuditEventHandler implementation.org.forgerock.audit.handlers.jms This package contains a JMS AuditEventHandler implementation.org.forgerock.audit.handlers.json This package contains the JSON-fileAuditEventHandler
implementation.org.forgerock.audit.handlers.json.stdout This package contains the JSON-stdoutAuditEventHandler
implementation.org.forgerock.audit.handlers.splunk This package contains the audit handler implementation for Splunk.org.forgerock.audit.handlers.syslog This package contains a Syslog AuditEventHandler implementation.org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.filter CoreFilter
implementations.org.forgerock.http.filter.cors Support for CORS.org.forgerock.http.handler CoreHandler
implementations.org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.http.oauth2.resolver This package defines OpenAM specific logic needed to retrieve anAccessTokenInfo
.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.http.swagger Classes to support OpenAPI API Descriptions using Swagger.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.audit Service Provider interface for registering audit events.org.forgerock.openig.el Integrates with the Java Enterprise Edition Unified Expression Language API.org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.filter.allow Filters the HTTP request using a declarative configuration model based on a chain of predicates to validate.org.forgerock.openig.filter.circuitbreaker This package contains the components used to implement circuit breaking.org.forgerock.openig.filter.finance Support for financial APIs (Open Banking, PSD2, Berlin Group, ...).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.filter.oauth2.cnf JWT confirmation key support for access tokens.org.forgerock.openig.filter.throttling This package contains the components used to implement a throttling rate support.org.forgerock.openig.handler Handles HTTP requests by generating responses.org.forgerock.openig.handler.assertion Handles identity assertion processing.org.forgerock.openig.handler.resources Contains components and APIs used to serve static resources.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.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.ldap Facilitates access to the OpenDJ LDAP SDK from within scripts.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.openam.session AM Session idle timeout tracking.org.forgerock.openig.script Scripting support.org.forgerock.openig.sql Provides SQL and JDBC support.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.authentication AM authentication service.org.forgerock.openig.tools.authentication.chf HTTP-based authentication service.org.forgerock.openig.tools.session This package contains classes to call AM to retrieve user's session info.org.forgerock.openig.tools.userprofile This package contains classes to call AM to retrieve user's profile info.org.forgerock.openig.ui.record Defines a storage service to be used by the UI to persist its component model.org.forgerock.openig.uma This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role.org.forgerock.openig.websocket WebSocket proxy support.org.forgerock.services.context This package contains theContext
interface and various common protocol independent implementations.org.forgerock.services.descriptor Classes that allow services to be described.org.forgerock.services.routing This package provides a simple framework for implementing routers. -
Classes in org.forgerock.services.context used by org.forgerock.audit Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.events Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.events.handlers Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.csv Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.elasticsearch Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.jdbc Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.jms Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.json Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.json.stdout Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.splunk Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.audit.handlers.syslog Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.filter Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.filter.cors Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.handler Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.oauth2 Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.oauth2.resolver Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.routing Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.session Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.http.swagger Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.json.resource Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.json.resource.http Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application.SecurityContext AContext
containing information about the client performing the request which may be used when performing authorization decisions. -
Classes in org.forgerock.services.context used by org.forgerock.openig.audit Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.el Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.allow Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.circuitbreaker Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.finance Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.jwt Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.oauth2 Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.oauth2.client Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.oauth2.cnf Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.filter.throttling Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.handler Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.handler.assertion Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.handler.resources Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.handler.router Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.handler.saml Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.http Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.ldap Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.openam Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.openam.session Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.script Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.sql Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.tools Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.tools.authentication Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.tools.authentication.chf Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.tools.session Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.tools.userprofile Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.ui.record Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.uma Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.openig.websocket Class Description AbstractContext A base implementation of theContext
interface.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.services.context Class Description AbstractContext A base implementation of theContext
interface.ClientContext Client context gives easy access to client-related information that are available into the request.ClientContext.Builder Builder for creatingClientContext
instances.Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.services.descriptor Class Description Context Type-safe contextual information associated with the processing of a request in an application. -
Classes in org.forgerock.services.context used by org.forgerock.services.routing Class Description Context Type-safe contextual information associated with the processing of a request in an application.