| 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 |
|---|---|
ListedResource |
GroupResourceManager.createListedResource(GroupsGetResponse groupsResponses,
int startIndex)
Creates the Listed Resource.
|
protected ListedResource |
RoleResourceManager.createListedResource(RolesGetResponse rolesResponse,
int startIndex) |
protected ListedResource |
UserResourceManager.createListedResource(UsersGetResponse usersGetResponse,
int startIndex) |
Copyright © 2023 WSO2. All rights reserved.