public class SCIMProvider extends Object
| Constructor and Description |
|---|
SCIMProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPatchOperation(PatchOperation patchOperation) |
String |
getId() |
List<PatchOperation> |
getPatchOperationList() |
Map<String,String> |
getProperties() |
String |
getProperty(String key) |
void |
setId(String id) |
void |
setPatchOperationsList(List<PatchOperation> patchOperationsList) |
void |
setProperties(Map<String,String> properties) |
void |
setProperty(String name,
String value) |
public String getId()
public void setId(String id)
public void setPatchOperationsList(List<PatchOperation> patchOperationsList)
public void addPatchOperation(PatchOperation patchOperation)
public List<PatchOperation> getPatchOperationList()
Copyright © 2020 WSO2. All rights reserved.