Uses of Interface
org.forgerock.json.resource.Response
Packages that use 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
Subinterfaces of Response in org.forgerock.json.resourceModifier and TypeInterfaceDescriptioninterfaceResponse object for JSON responses.interfaceThe final result of a query request returned after all resources matching the request have been returned.interfaceA resource, comprising of a resource ID, a revision (etag), and its JSON content.Classes in org.forgerock.json.resource that implement ResponseModifier and TypeClassDescriptionclassAn exception that is thrown during a operation on a resource when the requested operation is malformed.classAn exception that is thrown during a operation on a resource when such an operation would result in a conflict.classA specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestExceptions.classAn exception that is thrown when access to a resource is forbidden during an operation on an resource.classAn exception that is thrown during an operation on a resource when the server encountered an unexpected condition which prevented it from fulfilling the request.classAn exception that is thrown when a specified resource cannot be found.classAn exception that is thrown during an operation on a resource when the resource does not implement/support the feature to fulfill the request.classAn exception that indicates that a failure is permanent, i.e.classAn exception that is thrown to indicate that a resource's current version does not match the version provided.classAn exception that is thrown to indicate that a resource requires a version, but no version was supplied in the request.classAn exception that is thrown during the processing of a JSON resource request.classAn exception that indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.classAn exception that is thrown during an operation on a resource when the server is temporarily unable to handle the request.classAn 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.classIndicates a 415 Unsupported Media Type response that the Content-Type of the request was not acceptable. -
Uses of Response in org.forgerock.openam.sts
Classes in org.forgerock.openam.sts that implement ResponseModifier and TypeClassDescriptionclassAn instance of this exception is thrown for errors encountered during token creation.classAn instance of this exception is thrown for all errors related to token validation.