| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSCIMObject> |
JSONDecoder.decodeListedResource(String scimResourceString,
ResourceTypeSchema resourceSchema,
Class<T> scimObjectType)
decodes a string that should match the
SCIMConstants.LISTED_RESOURCE_CORE_SCHEMA_URI scheme to
ListedResource object that holds the parsed objects |
| Modifier and Type | Method and Description |
|---|---|
protected ListedResource |
UserResourceManager.createListedResource(List<Object> users,
int startIndex,
int totalResults) |
ListedResource |
GroupResourceManager.createListedResource(List<Object> groups,
int startIndex,
int totalResults) |
Copyright © 2018 WSO2. All rights reserved.