Package | Description |
---|---|
org.forgerock.audit |
Package contains the AuditService.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
AuditServiceProxy.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request) |
Promise<ResourceResponse,ResourceException> |
AuditService.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request)
Audit service does not support changing audit entries.
|
Modifier and Type | Method and Description |
---|---|
PatchRequest |
PatchRequest.addField(JsonPointer... fields) |
PatchRequest |
PatchRequest.addField(String... fields) |
PatchRequest |
PatchRequest.addPatchOperation(PatchOperation... operations)
Adds one or more patch operations which should be performed against the targeted resource.
|
PatchRequest |
PatchRequest.addPatchOperation(String operation,
String field,
JsonValue value)
Adds a single patch operation which should be performed against the targeted resource.
|
static PatchRequest |
Requests.copyOfPatchRequest(PatchRequest request)
Returns a copy of the provided patch request.
|
static PatchRequest |
Requests.newPatchRequest(ResourcePath resourcePath,
PatchOperation... operations)
Returns a new patch request with the provided resource path and JSON
patch operations.
|
static PatchRequest |
Requests.newPatchRequest(ResourcePath resourceContainer,
String resourceId,
PatchOperation... operations)
Returns a new patch request with the provided resource container path,
resource ID, and JSON patch operations.
|
static PatchRequest |
Requests.newPatchRequest(String resourcePath,
PatchOperation... operations)
Returns a new patch request with the provided resource path and JSON
patch operations.
|
static PatchRequest |
Requests.newPatchRequest(String resourceContainer,
String resourceId,
PatchOperation... operations)
Returns a new patch request with the provided resource container path,
resource ID, and JSON patch operations.
|
PatchRequest |
PatchRequest.setAdditionalParameter(String name,
String value) |
PatchRequest |
PatchRequest.setPreferredLocales(PreferredLocales preferredLocales) |
PatchRequest |
PatchRequest.setResourcePath(ResourcePath path) |
PatchRequest |
PatchRequest.setResourcePath(String path) |
PatchRequest |
PatchRequest.setResourceVersion(org.forgerock.http.routing.Version resourceVersion) |
PatchRequest |
PatchRequest.setRevision(String version)
Sets the expected version information associated with the JSON resource to be patched.
|
Modifier and Type | Method and Description |
---|---|
static PatchRequest |
Requests.copyOfPatchRequest(PatchRequest request)
Returns a copy of the provided patch request.
|
Promise<ResourceResponse,ResourceException> |
ResourceApiVersionRoutingFilter.filterPatch(org.forgerock.services.context.Context context,
PatchRequest request,
RequestHandler next) |
Promise<ResourceResponse,ResourceException> |
Filter.filterPatch(org.forgerock.services.context.Context context,
PatchRequest request,
RequestHandler next)
Filters a patch request.
|
ResourceResponse |
SynchronousRequestHandler.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing
content.
|
Promise<ResourceResponse,ResourceException> |
Router.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request) |
Promise<ResourceResponse,ResourceException> |
RequestHandler.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing
content, returning a
Promise that will be completed when the
resource has been updated. |
Promise<ResourceResponse,ResourceException> |
FilterChain.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request) |
Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing
content, returning a
Promise that will be completed when the
resource has been updated. |
ResourceResponse |
Connection.patch(org.forgerock.services.context.Context context,
PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing
content.
|
ResourceResponse |
AbstractConnectionWrapper.patch(org.forgerock.services.context.Context context,
PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing
content.
|
ResourceResponse |
AbstractAsynchronousConnection.patch(org.forgerock.services.context.Context context,
PatchRequest request) |
Promise<ResourceResponse,ResourceException> |
Connection.patchAsync(org.forgerock.services.context.Context context,
PatchRequest request)
Asynchronously updates a JSON resource by applying a set of changes to
its existing content.
|
Promise<ResourceResponse,ResourceException> |
AbstractConnectionWrapper.patchAsync(org.forgerock.services.context.Context context,
PatchRequest request)
Asynchronously updates a JSON resource by applying a set of changes to
its existing content.
|
Promise<ResourceResponse,ResourceException> |
SingletonResourceProvider.patchInstance(org.forgerock.services.context.Context context,
PatchRequest request)
Patches the single resource instance. |
Promise<ResourceResponse,ResourceException> |
MemoryBackend.patchInstance(org.forgerock.services.context.Context context,
String id,
PatchRequest request)
Patches an existing resource within the collection. |
Promise<ResourceResponse,ResourceException> |
CollectionResourceProvider.patchInstance(org.forgerock.services.context.Context context,
String resourceId,
PatchRequest request)
Patches an existing resource within the collection. |
R |
RequestVisitor.visitPatchRequest(P p,
PatchRequest request)
Visits a patch request.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handlePatch(org.forgerock.services.context.Context context,
PatchRequest request) |
Copyright 2010-2017 ForgeRock AS.