| Interface | Description |
|---|---|
| SCIMObject |
SCIM Object is a collection of attributes that may come from different schemas.
|
| Class | Description |
|---|---|
| AbstractSCIMObject |
This represents the object which is a collection of attributes defined by common-schema.
|
| Group |
Represents the Group object which is a collection of attributes defined by SCIM Group-schema.
|
| ListedResource |
Represents the listed resource object which is a collection of resources.
|
| ScimAttributeAware |
This class is used as a helper implementation and shall provide additional functionality to the
AbstractSCIMObject that will help reading, replacing attributes from objects and also an equals
implementation of AbstractSCIMObjects is added. |
| User |
Represents the User object which is a collection of attributes defined by SCIM User-schema.
|
Copyright © 2019 WSO2. All rights reserved.