Uses of Package
org.forgerock.json.resource
-
Packages that use org.forgerock.json.resource Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.authz.filter.crest This package defines the authorization framework implementation classes for use in a CREST environment.org.forgerock.authz.filter.crest.api This package defines the authorization API interfaces for use in a CREST environment.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.monitoring Common utility classes for monitoring.org.forgerock.openam.integration.idm Classes to support interacting with IDM.org.forgerock.openam.rest.fluent This package contains classes for the handling of CREST routers in a fluent fashion.org.forgerock.openam.rest.resource This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms in OpenAM built in.org.forgerock.openam.sts Base package for classes shared between the SOAP and REST STS.org.forgerock.openam.uma.extensions Extension points for integrating with UMA functionality.org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.snapshot This package contains the implementation for creating and management of snapshots.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. -
Classes in org.forgerock.json.resource used by org.forgerock.am.iot Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.CollectionResourceProvider An implementation interface for resource providers which exposes a collection of resource instances.Filter An interface for implementing request handler filters.ReadRequest A request to read a single identified JSON resource.RequestHandler Represents the contract with a set of resources.ResourceException An exception that is thrown during the processing of a JSON resource request.ResourceResponse A resource, comprising of a resource ID, a revision (etag), and its JSON content. -
Classes in org.forgerock.json.resource used by org.forgerock.authz.filter.crest Class Description CollectionResourceProvider An implementation interface for resource providers which exposes a collection of resource instances.FilterChain A chain of filters terminated by a target request handler.RequestHandler Represents the contract with a set of resources.SingletonResourceProvider An implementation interface for resource providers which exposes a single permanent resource instance. -
Classes in org.forgerock.json.resource used by org.forgerock.authz.filter.crest.api Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.CreateRequest A request to create a new JSON resource.DeleteRequest A request to delete a JSON resource.PatchRequest A request to update a JSON resource by applying a set of changes to its existing content.QueryRequest A request to search for all JSON resources matching a user specified set of criteria.ReadRequest A request to read a single identified JSON resource.ResourceException An exception that is thrown during the processing of a JSON resource request.UpdateRequest A request to update a JSON resource by replacing its existing content with new content. -
Classes in org.forgerock.json.resource used by org.forgerock.json.resource Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.AdviceWarning WarningHeader implements RFC 2616 section 14.46 - Warning.BadRequestException An exception that is thrown during a operation on a resource when the requested operation is malformed.CollectionResourceProvider An implementation interface for resource providers which exposes a collection of resource instances.Connection A client connection to a JSON resource provider over which read and update requests may be performed.ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.CountPolicy An enum of count policy types.CreateRequest A request to create a new JSON resource.CrestApplication Declare a CREST Application.DeleteRequest A request to delete a JSON resource.Filter An interface for implementing request handler filters.FilterChain A chain of filters terminated by a target request handler.FilterCondition A condition which controls whether or not a filter will be invoked or not.PatchOperation An individual patch operation which is to be performed against a field within a resource.PatchRequest A request to update a JSON resource by applying a set of changes to its existing content.QueryRequest A request to search for all JSON resources matching a user specified set of criteria.QueryResourceHandler A completion handler for consuming the results of a query request.QueryResponse The final result of a query request returned after all resources matching the request have been returned.ReadRequest A request to read a single identified JSON resource.Request Common attributes of all JSON resource requests.RequestHandler Represents the contract with a set of resources.RequestType An enumeration whose values represent the different types of request.RequestVisitor A visitor ofRequest
s, in the style of the visitor design pattern.ResourceApiVersionSpecificationFilter.NoApiVersionHandler Handler allowing products to extend behaviour when a request has no resource API version supplied.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification ResourceApiVersionSpecificationFilter.VersionSpecification
supporting specification of a request's resource version based on its resource path.ResourceApiVersionSpecificationFilter.VersionSpecification Mechanism supporting specification of a version on the request.ResourceException An exception that is thrown during the processing of a JSON resource request.ResourcePath A relative path, or URL, to a resource.ResourceResponse A resource, comprising of a resource ID, a revision (etag), and its JSON content.Response Common response object of all resource responses.ResponseCacheControl Indicates whether a response can be cached and under what conditions.RetryableException An exception that indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.Router A router which routes requests based on route predicates.Router.UriTemplate Represents a URI template string that will be used to match and route incoming requests.SingletonResourceProvider An implementation interface for resource providers which exposes a single permanent resource instance.SortKey A sort key which can be used to specify the order in which JSON resources should be included in the results of a query request.SortKeyComparator.NullPosition Defines possible positions for JsonValue that wraps anull
object.SynchronousRequestHandler An interface for implementing synchronousRequestHandler
s.UpdateRequest A request to update a JSON resource by replacing its existing content with new content. -
Classes in org.forgerock.json.resource used by org.forgerock.monitoring Class Description CollectionResourceProvider An implementation interface for resource providers which exposes a collection of resource instances.QueryRequest A request to search for all JSON resources matching a user specified set of criteria.QueryResourceHandler A completion handler for consuming the results of a query request.QueryResponse The final result of a query request returned after all resources matching the request have been returned.ReadRequest A request to read a single identified JSON resource.ResourceException An exception that is thrown during the processing of a JSON resource request.ResourceResponse A resource, comprising of a resource ID, a revision (etag), and its JSON content. -
Classes in org.forgerock.json.resource used by org.forgerock.openam.integration.idm Class Description ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.openam.rest.fluent Class Description Filter An interface for implementing request handler filters. -
Classes in org.forgerock.json.resource used by org.forgerock.openam.rest.resource Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.CreateRequest A request to create a new JSON resource.DeleteRequest A request to delete a JSON resource.Filter An interface for implementing request handler filters.PatchRequest A request to update a JSON resource by applying a set of changes to its existing content.QueryRequest A request to search for all JSON resources matching a user specified set of criteria.QueryResourceHandler A completion handler for consuming the results of a query request.QueryResponse The final result of a query request returned after all resources matching the request have been returned.ReadRequest A request to read a single identified JSON resource.RequestHandler Represents the contract with a set of resources.ResourceException An exception that is thrown during the processing of a JSON resource request.ResourceResponse A resource, comprising of a resource ID, a revision (etag), and its JSON content.UpdateRequest A request to update a JSON resource by replacing its existing content with new content. -
Classes in org.forgerock.json.resource used by org.forgerock.openam.sts Class Description ResourceException An exception that is thrown during the processing of a JSON resource request.Response Common response object of all resource responses. -
Classes in org.forgerock.json.resource used by org.forgerock.openam.uma.extensions Class Description ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.core Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.CollectionResourceProvider An implementation interface for resource providers which exposes a collection of resource instances.ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.PatchRequest A request to update a JSON resource by applying a set of changes to its existing content.ReadRequest A request to read a single identified JSON resource.Request Common attributes of all JSON resource requests.RequestHandler Represents the contract with a set of resources.ResourceException An exception that is thrown during the processing of a JSON resource request.ResourcePath A relative path, or URL, to a resource.ResourceResponse A resource, comprising of a resource ID, a revision (etag), and its JSON content. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.core.snapshot Class Description ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.core.util Class Description InternalServerErrorException An exception that is thrown during an operation on a resource when the server encountered an unexpected condition which prevented it from fulfilling the request.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.captcha Class Description ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.email Class Description BadRequestException An exception that is thrown during a operation on a resource when the requested operation is malformed.ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.kba Class Description BadRequestException An exception that is thrown during a operation on a resource when the requested operation is malformed.ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.parameters Class Description ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.registration Class Description ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.reset Class Description ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.selfservice.stages.user Class Description ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.ResourceException An exception that is thrown during the processing of a JSON resource request.