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.
This package contains a common email stage implementation.
This package contains a common user kba stage implementation.
-
Uses of BadRequestException in org.forgerock.json.resource
Subclasses of BadRequestException in org.forgerock.json.resourceModifier and TypeClassDescriptionclass
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 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 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.selfservice.stages.email
Methods in org.forgerock.selfservice.stages.email that throw BadRequestExceptionModifier and TypeMethodDescriptionVerifyEmailAccountStage.gatherInitialRequirements
(ProcessContext context, VerifyEmailAccountConfig config) -
Uses of BadRequestException in org.forgerock.selfservice.stages.kba
Methods in org.forgerock.selfservice.stages.kba that throw BadRequestExceptionModifier and TypeMethodDescriptionvoid
SecurityAnswerLockoutManager.validateUserLockout
(Context context, JsonValue user) Verifies whether user should be allowed to attempt security answer verification.