Uses of Package
org.forgerock.json
-
Packages that use org.forgerock.json 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.events.handlers.buffering This package contains the batch publisher and its various implementations.org.forgerock.audit.filter Contains the classes for filtering audit events.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.audit.json This package contains utilities to build and configure audit service and handlers from JSON configuration.org.forgerock.audit.util This package contains utility classes used in the audit service.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 Provides an API for the traversal and manipulation of JSON object model structures in Java.org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs.org.forgerock.json.jose.jwt Classes and interfaces for JWTs.org.forgerock.json.jose.tokenhandler JWT implementation(s) ofTokenHandler
.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.decoration Decorator API to ease heap object customization and transformation.org.forgerock.openig.decoration.baseuri Contains a decorator which overrides the existing request URI, making requests relative to a new base URI.org.forgerock.openig.decoration.capture Capture decoration classes that prints filters and handlers input and output messages.org.forgerock.openig.decoration.global This package contains a special decorator that is responsible to invoke other decorators.org.forgerock.openig.decoration.helper Contains an abstract decorator dedicated to Filter and Handler.org.forgerock.openig.decoration.timer Contains a decorator that log time elapsed in a Filter or a Handler.org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.filter.circuitbreaker This package contains the components used to implement circuit breaking.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.client.authentication Collection of heaplets supporting OAuth2 client authentication Filters.org.forgerock.openig.filter.oauth2.cnf JWT confirmation key support for access tokens.org.forgerock.openig.handler Handles HTTP requests by generating responses.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.heap Manages collections or "heaps" of associated objects, initialized from declarative configuration artifacts.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.secrets Provides the Common Secrets API for accessing secrets of various kinds.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.jwt.validation This package contains classes used to perform JWT validation.org.forgerock.openig.tools.notifications AM notifications service.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation.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.types.importer Route import support.org.forgerock.openig.ui.record Defines a storage service to be used by the UI to persist its component model.org.forgerock.openig.util Miscellaneous utility classes.org.forgerock.services This package contains the classes classes and interfaces used in the services' implementations.org.forgerock.services.context This package contains theContext
interface and various common protocol independent implementations.org.forgerock.tokenhandler Provides token handler definition.org.forgerock.util.query Provides a mechanism for implementing query filters. -
Classes in org.forgerock.json used by org.forgerock.audit Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.events Class Description JsonPointer Identifies a specific value within a JSON structure.JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.events.handlers Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.events.handlers.buffering Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.filter Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.csv Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.elasticsearch Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.jdbc Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.jms Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.json Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.json.stdout Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.splunk Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.handlers.syslog Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.json Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.audit.util Class Description JsonPointer Identifies a specific value within a JSON structure.JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.http.oauth2 Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.http.routing Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.http.session Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.json Class Description JsonException An exception that is thrown during JSON operations.JsonPatchValueTransformer RFC6902 expects the patch value to be a predetermined, static value to be used in the patch operation's execution.JsonPointer Identifies a specific value within a JSON structure.JsonValue Represents a value in a JSON object model structure.JsonValueException An exception that is thrown during JSON value operations. -
Classes in org.forgerock.json used by org.forgerock.json.jose.jwk Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.json.jose.jwt Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.json.jose.tokenhandler Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.json.resource Class Description JsonPointer Identifies a specific value within a JSON structure.JsonValue Represents a value in a JSON object model structure.JsonValueException An exception that is thrown during JSON value operations. -
Classes in org.forgerock.json used by org.forgerock.json.resource.http Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.audit Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration.baseuri Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration.capture Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration.global Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration.helper Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.decoration.timer Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter.circuitbreaker Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter.oauth2 Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter.oauth2.client Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter.oauth2.client.authentication Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.filter.oauth2.cnf Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.handler Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.handler.router Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.handler.saml Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.heap Class Description JsonValue Represents a value in a JSON object model structure.JsonValueException An exception that is thrown during JSON value operations. -
Classes in org.forgerock.json used by org.forgerock.openig.http Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.openam Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.secrets Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools Class Description JsonPointer Identifies a specific value within a JSON structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.am Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.jwt.validation Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.notifications Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.notifications.ws Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.session Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.tools.userprofile Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.types.importer Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.ui.record Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openig.util Class Description JsonValue Represents a value in a JSON object model structure.JsonValueException An exception that is thrown during JSON value operations. -
Classes in org.forgerock.json used by org.forgerock.services Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.services.context Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.tokenhandler Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.util.query Class Description JsonPointer Identifies a specific value within a JSON structure.JsonValue Represents a value in a JSON object model structure.