| Modifier and Type | Method and Description |
|---|---|
List<PatchOperation> |
SCIMProvider.getPatchOperationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMProvider.addPatchOperation(PatchOperation patchOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMProvider.setPatchOperationsList(List<PatchOperation> patchOperationsList) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PatchOperation> |
JSONDecoder.decodeRequest(String scimResourceString) |
| Modifier and Type | Method and Description |
|---|---|
default Group |
UserManager.patchGroup(String groupId,
String currentGroupName,
Map<String,List<PatchOperation>> patchOperations,
Map<String,Boolean> requiredAttributes)
Updates the group via PATCH.
|
default Role |
RoleManager.patchRole(String roleId,
Map<String,List<PatchOperation>> patchOperations)
Updates the role via PATCH.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMResponse |
GroupResourceManager.updateWithPatchForAddRemoveOperations(String existingGroupId,
List<PatchOperation> opList,
UserManager userManager,
String attributes,
String excludeAttributes)
Updates the group based on the operations defined in the patchRequest.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractSCIMObject |
PatchOperationUtil.doPatchAdd(PatchOperation operation,
JSONDecoder decoder,
AbstractSCIMObject oldResource,
AbstractSCIMObject copyOfOldResource,
SCIMResourceTypeSchema schema)
This method corresponds to the add operation in patch requests.
|
static AbstractSCIMObject |
PatchOperationUtil.doPatchRemove(PatchOperation operation,
AbstractSCIMObject oldResource,
AbstractSCIMObject copyOfOldResource,
SCIMResourceTypeSchema schema) |
static AbstractSCIMObject |
PatchOperationUtil.doPatchReplace(PatchOperation operation,
JSONDecoder decoder,
AbstractSCIMObject oldResource,
AbstractSCIMObject copyOfOldResource,
SCIMResourceTypeSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
PatchOperation.compareTo(PatchOperation anotherPatchOperation) |
Copyright © 2023 WSO2. All rights reserved.