Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.selfservice.stages.email |
This package contains a common email stage implementation.
|
org.forgerock.selfservice.stages.kba |
This package contains a common user kba stage implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateNotSupportedException
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from
other
BadRequestException s. |
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.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.
|
ReadRequest |
ReadRequest.setAdditionalParameter(String name,
String value) |
QueryRequest |
QueryRequest.setAdditionalParameter(String name,
String value) |
PatchRequest |
PatchRequest.setAdditionalParameter(String name,
String value) |
DeleteRequest |
DeleteRequest.setAdditionalParameter(String name,
String value) |
CreateRequest |
CreateRequest.setAdditionalParameter(String name,
String value) |
ActionRequest |
ActionRequest.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.
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
VerifyEmailAccountStage.gatherInitialRequirements(ProcessContext context,
VerifyEmailAccountConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityAnswerLockoutManager.validateUserLockout(Context context,
JsonValue user)
Verifies whether user should be allowed to attempt security answer verification.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.