| Package | Description |
|---|---|
| org.wso2.charon3.core.config | |
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.utils |
| 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 |
|---|---|
static AbstractSCIMObject |
PatchOperationUtil.doPatchAdd(PatchOperation operation,
JSONDecoder decoder,
AbstractSCIMObject oldResource,
AbstractSCIMObject copyOfOldResource,
SCIMResourceTypeSchema schema) |
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) |
Copyright © 2018 WSO2. All rights reserved.