Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.json.resource.http |
JSON resource Commons HTTP Framework integration.
|
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 . |
Modifier and Type | Method and Description |
---|---|
static RequestType |
HttpUtils.determineRequestType(org.forgerock.http.protocol.Request request)
Determines which CREST operation (CRUDPAQ) of the incoming request.
|
Copyright 2010-2020 ForgeRock AS.