Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
Modifier and Type | Method and Description |
---|---|
RequestType |
UpdateRequest.getRequestType() |
RequestType |
Request.getRequestType()
Returns the type of this request.
|
RequestType |
ReadRequest.getRequestType() |
RequestType |
QueryRequest.getRequestType() |
RequestType |
PatchRequest.getRequestType() |
RequestType |
DeleteRequest.getRequestType() |
RequestType |
CreateRequest.getRequestType() |
RequestType |
ActionRequest.getRequestType() |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FilterCondition |
Filters.matchRequestType(RequestType... types)
Returns a
FilterCondition which will only match requests whose
type is contained in types . |
Modifier and Type | Method and Description |
---|---|
static FilterCondition |
Filters.matchRequestType(Set<RequestType> types)
Returns a
FilterCondition which will only match requests whose
type is contained in types . |
Copyright © 2010-2020, ForgeRock All Rights Reserved.