| 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 |
|---|---|
ModifyRequestBuilder.Typed |
ScimService.modifyRequest(String endpoint,
String id)
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "
add", "remove", or "replace" values. |
ModifyRequestBuilder.Typed |
ScimService.modifyRequest(URI url)
Modify a SCIM resource by updating one or more attributes using a sequence
of operations to "
add", "remove", or "replace" values. |
| Modifier and Type | Method and Description |
|---|---|
ModifyRequestBuilder.Typed |
ModifyRequestBuilder.Typed.ifMatch(String version)
Modify the resource only if the resource has not been modified since the
provided version.
|
Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.