| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.objects |
| Modifier and Type | Method and Description |
|---|---|
String |
JSONEncoder.encodeSCIMObject(SCIMObject scimObject) |
org.json.JSONObject |
JSONEncoder.getSCIMObjectAsJSONObject(SCIMObject scimObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSCIMObject
This represents the object which is a collection of attributes defined by common-schema.
|
class |
Group
Represents the Group object which is a collection of attributes defined by SCIM Group-schema.
|
class |
ListedResource
Represents the listed resource object which is a collection of resources.
|
class |
User
Represents the User object which is a collection of attributes defined by SCIM User-schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SCIMObject> |
ListedResource.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListedResource.addResource(SCIMObject scimResourceType)
adds a new resource
|
Copyright © 2020 WSO2. All rights reserved.