| Package | Description |
|---|---|
| com.unboundid.scim2.client |
Client classes for accessing SCIM 2 resources.
|
| com.unboundid.scim2.client.requests |
Classes for building SCIM 2 requests.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ScimResource> |
ScimService.replaceRequest(T resource)
Build a request to modify a SCIM resource by replacing the resource's
attributes at the service provider.
|
<T extends ScimResource> |
ScimService.replaceRequest(URI uri,
T resource)
Build a request to modify a SCIM resource by replacing the resource's
attributes at the service provider.
|
| Modifier and Type | Method and Description |
|---|---|
ReplaceRequestBuilder<T> |
ReplaceRequestBuilder.ifMatch()
Replace the resource only if the resource has not been modified from the
resource provided.
|
Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.