Uses of Package
org.forgerock.json.resource
-
Packages that use org.forgerock.json.resource 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.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.util This package contains utility classes used in the audit service.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.monitoring Common utility classes for monitoring.org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
Classes in org.forgerock.json.resource used by org.forgerock.audit 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.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.ServiceUnavailableException An exception that is thrown during an operation on a resource when the server is temporarily unable to handle the 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.audit.events Class Description Request Common attributes of all JSON resource requests.ResourceException An exception that is thrown during the processing of a JSON resource request. -
Classes in org.forgerock.json.resource used by org.forgerock.audit.events.handlers Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.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.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.audit.handlers.csv Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.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.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.audit.handlers.elasticsearch Class Description 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.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.audit.handlers.jms 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.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.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.audit.handlers.json Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.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.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.audit.handlers.json.stdout Class Description 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.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.audit.handlers.splunk Class Description 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.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.audit.handlers.syslog Class Description 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.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.audit.util Class Description Request Common attributes of all JSON resource requests.ResourceException An exception that is thrown during the processing of a JSON resource request. -
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.json.resource.http Class Description ConnectionFactory A connection factory provides an interface for obtaining a connection to a JSON resource provider.CrestApplication Declare a CREST Application.RequestHandler Represents the contract with a set of resources.RequestType An enumeration whose values represent the different types of 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.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.opendj.rest2ldap Class Description ActionRequest An implementation specific action, or operation, upon a JSON resource.ActionResponse Response object for JSON responses.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.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.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.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.Router A router which routes requests based on route predicates.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.opends.server.loggers Class Description RequestHandler Represents the contract with a set of resources.