Uses of Class
org.forgerock.json.resource.BadRequestException
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
APIs for implementing REST to LDAP gateways.
-
Uses of BadRequestException in org.forgerock.json.resource
Modifier and TypeClassDescriptionclass
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestException
s.Modifier and TypeMethodDescriptionActionRequest.setAdditionalParameter
(String name, String value) CreateRequest.setAdditionalParameter
(String name, String value) DeleteRequest.setAdditionalParameter
(String name, String value) PatchRequest.setAdditionalParameter
(String name, String value) QueryRequest.setAdditionalParameter
(String name, String value) ReadRequest.setAdditionalParameter
(String name, String value) Request.setAdditionalParameter
(String name, String value) Sets an additional parameter which should be used to control the behavior of this action request.UpdateRequest.setAdditionalParameter
(String name, String value) static PatchOperation
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. -
Uses of BadRequestException in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionstatic BadRequestException
Utils.newBadRequestException
(LocalizableMessage message) Returns a newBadRequestException
with the given message.static BadRequestException
Utils.newBadRequestException
(LocalizableMessage message, Throwable cause) Returns a newBadRequestException
with the given message.Modifier and TypeMethodDescriptionstatic Dn
Hdap.dnOf
(ResourcePath resourcePath, SchemaResolver schemaResolver) Decodes the provided URL encoded resource path as a DN.