Uses of Interface
org.forgerock.json.resource.Response
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
Base package for classes shared between the SOAP and REST STS.
-
Uses of Response in org.forgerock.json.resource
Modifier and TypeInterfaceDescriptioninterface
Response object for JSON responses.interface
The final result of a query request returned after all resources matching the request have been returned.interface
A resource, comprising of a resource ID, a revision (etag), and its JSON content.Modifier and TypeClassDescriptionclass
An exception that is thrown during a operation on a resource when the requested operation is malformed.class
An exception that is thrown during a operation on a resource when such an operation would result in a conflict.class
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestException
s.class
An exception that is thrown when access to a resource is forbidden during an operation on an resource.class
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.class
An exception that is thrown when a specified resource cannot be found.class
An exception that is thrown during an operation on a resource when the resource does not implement/support the feature to fulfill the request.class
An exception that indicates that a failure is permanent, i.e.class
An exception that is thrown to indicate that a resource's current version does not match the version provided.class
An exception that is thrown to indicate that a resource requires a version, but no version was supplied in the request.class
An exception that is thrown during the processing of a JSON resource request.class
An exception that indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.class
An exception that is thrown during an operation on a resource when the server is temporarily unable to handle the request.class
An exception that indicates that a failure is not directly known to the system, and hence requires out-of-band knowledge or enhancements to determine if a failure should be categorized as temporary or permanent.class
Indicates a 415 Unsupported Media Type response that the Content-Type of the request was not acceptable. -
Uses of Response in org.forgerock.openam.sts
Modifier and TypeClassDescriptionclass
An instance of this exception is thrown for errors encountered during token creation.class
An instance of this exception is thrown for all errors related to token validation.