Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
AuditServiceProxy.handleUpdate(Context context,
UpdateRequest request) |
Promise<ResourceResponse,ResourceException> |
AuditService.handleUpdate(Context context,
UpdateRequest request)
Audit service does not support changing audit entries.
|
Modifier and Type | Method and Description |
---|---|
Promise<AuthorizationResult,ResourceException> |
NotPatchAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
AlwaysDenyAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotQueryAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotUpdateAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotDeleteAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotCreateAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
AlwaysAllowAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotReadAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<AuthorizationResult,ResourceException> |
NotActionAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Promise<ResourceResponse,ResourceException> |
SimpleResource.updateInstance(Context context,
String resourceId,
UpdateRequest request)
Updates an existing resource within the collection. |
Modifier and Type | Method and Description |
---|---|
Promise<AuthorizationResult,ResourceException> |
CrestAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request.
|
Modifier and Type | Method and Description |
---|---|
Promise<AuthorizationResult,ResourceException> |
OAuth2CrestAuthorizationModule.authorizeUpdate(Context context,
UpdateRequest request)
Authorizes a received REST update request using the OAuth2 Access Token present in the request header.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
ConfigurationResource.updateInstance(Context context,
UpdateRequest request)
Will perform an update of the runtime's module configuration.
|
Promise<ResourceResponse,ResourceException> |
AuditResource.updateInstance(Context context,
UpdateRequest request)
Unsupported operation.
|
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.addField(JsonPointer... fields) |
UpdateRequest |
UpdateRequest.addField(String... fields) |
static UpdateRequest |
Requests.copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.
|
static UpdateRequest |
Requests.newUpdateRequest(ResourcePath resourcePath,
JsonValue newContent)
Returns a new update request with the provided resource path and new JSON
content.
|
static UpdateRequest |
Requests.newUpdateRequest(ResourcePath resourceContainer,
String resourceId,
JsonValue newContent)
Returns a new update request with the provided resource container path,
resource ID, and new JSON content.
|
static UpdateRequest |
Requests.newUpdateRequest(String resourcePath,
JsonValue newContent)
Returns a new update request with the provided resource path and new JSON
content.
|
static UpdateRequest |
Requests.newUpdateRequest(String resourceContainer,
String resourceId,
JsonValue newContent)
Returns a new update request with the provided resource container path,
resource ID, and new JSON content.
|
UpdateRequest |
UpdateRequest.setAdditionalParameter(String name,
String value) |
UpdateRequest |
UpdateRequest.setContent(JsonValue content)
Sets the content of the JSON resource to be replaced.
|
UpdateRequest |
UpdateRequest.setPreferredLocales(PreferredLocales preferredLocales) |
UpdateRequest |
UpdateRequest.setResourcePath(ResourcePath path) |
UpdateRequest |
UpdateRequest.setResourcePath(String path) |
UpdateRequest |
UpdateRequest.setResourceVersion(Version resourceVersion) |
UpdateRequest |
UpdateRequest.setRevision(String version)
Sets the expected version information associated with the JSON resource to be updated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateRequest |
Requests.copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.
|
Promise<ResourceResponse,ResourceException> |
ResourceApiVersionRoutingFilter.filterUpdate(Context context,
UpdateRequest request,
RequestHandler next) |
Promise<ResourceResponse,ResourceException> |
Filter.filterUpdate(Context context,
UpdateRequest request,
RequestHandler next)
Filters an update request.
|
ResourceResponse |
SynchronousRequestHandler.handleUpdate(Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content.
|
Promise<ResourceResponse,ResourceException> |
Router.handleUpdate(Context context,
UpdateRequest request) |
Promise<ResourceResponse,ResourceException> |
RequestHandler.handleUpdate(Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content, returning a
Promise that will be completed when the
resource has been updated. |
Promise<ResourceResponse,ResourceException> |
FilterChain.handleUpdate(Context context,
UpdateRequest request) |
Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handleUpdate(Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content, returning a
Promise that will be completed when the
resource has been updated. |
ResourceResponse |
Connection.update(Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content.
|
ResourceResponse |
AbstractConnectionWrapper.update(Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content.
|
ResourceResponse |
AbstractAsynchronousConnection.update(Context context,
UpdateRequest request) |
Promise<ResourceResponse,ResourceException> |
Connection.updateAsync(Context context,
UpdateRequest request)
Asynchronously updates a JSON resource by replacing its existing content
with new content.
|
Promise<ResourceResponse,ResourceException> |
AbstractConnectionWrapper.updateAsync(Context context,
UpdateRequest request)
Asynchronously updates a JSON resource by replacing its existing content
with new content.
|
Promise<ResourceResponse,ResourceException> |
MemoryBackend.updateInstance(Context context,
String id,
UpdateRequest request)
Updates an existing resource within the collection. |
Promise<ResourceResponse,ResourceException> |
CollectionResourceProvider.updateInstance(Context context,
String resourceId,
UpdateRequest request)
Updates an existing resource within the collection. |
Promise<ResourceResponse,ResourceException> |
SingletonResourceProvider.updateInstance(Context context,
UpdateRequest request)
Updates the single resource instance. |
R |
RequestVisitor.visitUpdateRequest(P p,
UpdateRequest request)
Visits an update request.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
DeviceCollectionProviderV1.update(Context context,
String id,
UpdateRequest request)
Performs an update operation on the resource.
|
Promise<ResourceResponse,ResourceException> |
UserCollectionProviderV1.update(Context context,
String id,
UpdateRequest request)
Performs an update operation on the resource.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
UserUpdateService.updateInstance(Context context,
String resourceId,
UpdateRequest request) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.