Uses of Class
org.forgerock.json.resource.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
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.selfservice.stages.email
Modifier and TypeMethodDescriptionVerifyEmailAccountStage.gatherInitialRequirements
(ProcessContext context, VerifyEmailAccountConfig config) -
Uses of BadRequestException in org.forgerock.selfservice.stages.kba
Modifier and TypeMethodDescriptionvoid
SecurityAnswerLockoutManager.validateUserLockout
(Context context, JsonValue user) Verifies whether user should be allowed to attempt security answer verification.