Uses of Class
org.forgerock.json.resource.BadRequestException
-
Packages that use BadRequestException Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of BadRequestException in org.forgerock.json.resource
Subclasses of BadRequestException in org.forgerock.json.resource Modifier and Type Class Description class
CreateNotSupportedException
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestException
s.Methods in org.forgerock.json.resource that throw BadRequestException Modifier and Type Method Description ActionRequest
ActionRequest. setAdditionalParameter(String name, String value)
CreateRequest
CreateRequest. setAdditionalParameter(String name, String value)
DeleteRequest
DeleteRequest. setAdditionalParameter(String name, String value)
PatchRequest
PatchRequest. setAdditionalParameter(String name, String value)
QueryRequest
QueryRequest. setAdditionalParameter(String name, String value)
ReadRequest
ReadRequest. setAdditionalParameter(String name, String value)
Request
Request. setAdditionalParameter(String name, String value)
Sets an additional parameter which should be used to control the behavior of this action request.UpdateRequest
UpdateRequest. setAdditionalParameter(String name, String value)
static PatchOperation
PatchOperation. valueOf(JsonValue json)
Parses the provided JSON content as a patch operation.static List<PatchOperation>
PatchOperation. valueOfList(JsonValue json)
Parses the provided JSON content as a list of patch operations.
-