Uses of Class
org.forgerock.json.resource.BadRequestException
Packages that use BadRequestException
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
APIs for implementing lightweight REST to LDAP gateways.
This package contains
Filter to authenticate and authorize LDAP connections.-
Uses of BadRequestException in org.forgerock.json.resource
Subclasses of BadRequestException in org.forgerock.json.resourceModifier and TypeClassDescriptionclassA specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestExceptions.Methods in org.forgerock.json.resource that throw BadRequestExceptionModifier 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 PatchOperationParses 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.hdap
Methods in org.forgerock.opendj.hdap that return BadRequestExceptionModifier and TypeMethodDescriptionstatic BadRequestExceptionUtils.newBadRequestException(LocalizableMessage message) Returns a newBadRequestExceptionwith the given message.static BadRequestExceptionUtils.newBadRequestException(LocalizableMessage message, Throwable cause) Returns a newBadRequestExceptionwith the given message.Methods in org.forgerock.opendj.hdap that throw BadRequestExceptionModifier and TypeMethodDescriptionstatic DnHdap.dnOf(ResourcePath resourcePath, SchemaResolver schemaResolver) Decodes the provided URL encoded resource path as a DN. -
Uses of BadRequestException in org.forgerock.opendj.hdap.authz
Methods in org.forgerock.opendj.hdap.authz that throw BadRequestExceptionModifier and TypeMethodDescriptionPromise<org.forgerock.json.jose.jws.SignedJwt, ResourceException> Verifies the given bearerToken is a validSignedJwt.