Uses of Package
org.forgerock.json
-
Packages that use org.forgerock.json Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.api.jackson Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema.org.forgerock.api.models ForgeRock API Descriptor models.org.forgerock.authz.filter.api This package defines the common authorization API interfaces and classes used by both the CREST API and CHF HTTP API.org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.org.forgerock.config.resolvers This package contains the common config property resolvers.org.forgerock.config.util Contains utility classes for commons config.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.macaroons Implementation of Macaroons: Cookies with contextual caveats for decentralized authorization in the cloud. SeeMacaroon
for more details.org.forgerock.oauth Commons OAuth Framework API.org.forgerock.oauth.clients.apple Forgerock Apple Client implementation.org.forgerock.oauth.clients.facebook Forgerock Facebook Client Implementation.org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation.org.forgerock.oauth.clients.oidc OpenID Connect ForgeRock Client Implementation.org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes.org.forgerock.openam.oauth2 Classes that provide AM's features as an OAuth 2.0 Authorization Server.org.forgerock.openam.oauth2.token.macaroon Functionality for issuing access and refresh token asMacaroon
s.org.forgerock.openam.services.push.dispatch.predicates Classes pertaining to the predicates used by the Push Service's Message Dispatcher.org.forgerock.openam.sts.config.user Contains the classes which encapsulate the user-provided configuration state necessary to publish a STS instance.org.forgerock.openam.sts.rest.token.provider Contains classes and interface definitions common to all token provider classes.org.forgerock.openam.sts.rest.token.provider.oidc Classes related to producing OpenIdConnect tokensorg.forgerock.openam.sts.user.invocation This package contains classes related to creating the json payloads corresponding to REST-STS and TokenGenerationService invocations.org.forgerock.openam.uma Classes that support AM's UMA AS functionality.org.forgerock.openam.uma.extensions Extension points for integrating with UMA functionality.org.forgerock.openidconnect Classes required for the AM OAuth2 OIDC implementation.org.forgerock.secrets.vault Secrets backend that reads secrets from a remote Hashicorp Vault server.org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.crypto This package contains crypto related implementations for self-service.org.forgerock.selfservice.core.util This package contains core utility methods and classes.org.forgerock.selfservice.stages.captcha This package contains captcha stage implementation.org.forgerock.selfservice.stages.email This package contains a common email stage implementation.org.forgerock.selfservice.stages.kba This package contains a common user kba stage implementation.org.forgerock.selfservice.stages.parameters This package contains a parameter passing stage implementation.org.forgerock.selfservice.stages.registration This package contains a common user registration stage implementation.org.forgerock.selfservice.stages.reset This package contains a common reset password stage implementation.org.forgerock.selfservice.stages.user This package contains a common user related stage implementation.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.am.iot Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.api.jackson Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.api.models Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.authz.filter.api Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.caf.authentication.framework Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.config.resolvers Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.config.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.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.macaroons Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth.clients.apple Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth.clients.facebook Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth.clients.oauth2 Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth.clients.oidc Class Description JsonException An exception that is thrown during JSON operations.JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.oauth2.core Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.auth.node.api Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.oauth2 Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.oauth2.token.macaroon Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.services.push.dispatch.predicates Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.sts.config.user Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.sts.rest.token.provider Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.sts.rest.token.provider.oidc Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.sts.user.invocation Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.uma Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.openam.uma.extensions Class Description JsonPointer Identifies a specific value within a JSON structure. -
Classes in org.forgerock.json used by org.forgerock.openidconnect Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.secrets.vault 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.selfservice.core Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.core.crypto Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.core.util Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.captcha Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.email Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.kba Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.parameters Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.registration Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.reset Class Description JsonValue Represents a value in a JSON object model structure. -
Classes in org.forgerock.json used by org.forgerock.selfservice.stages.user Class Description JsonValue Represents a value in a JSON object model structure. -
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.