| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.objects | |
| org.wso2.charon3.core.schema |
| 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 |
<T extends AbstractSCIMObject> |
JSONDecoder.decodeResource(String scimResourceString,
ResourceTypeSchema resourceSchema,
T scimObject)
Decode the resource string sent in the SCIM request payload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSCIMObject.setAttribute(Attribute newAttribute,
ResourceTypeSchema resourceSchema)
Set the attributes and corresponding schema in the SCIM Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCIMResourceTypeSchema
This declares the SCIM resources schema as specified in SCIM core specification 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractValidator.validatePatchOperationEffectForRequiredAttributes(AbstractSCIMObject oldObject,
AbstractSCIMObject newObject,
ResourceTypeSchema resourceSchema)
Validate whether scim object updates due to one patch operation, violate the required attributes conditions.
|
static void |
AbstractValidator.validateSCIMObjectForRequiredAttributes(AbstractSCIMObject scimObject,
ResourceTypeSchema resourceSchema) |
Copyright © 2022 WSO2. All rights reserved.