| Interface | Description |
|---|---|
| AttributeSchema |
This interface defines the common schema base for SCIM attributes and SCIM sub attributes.
|
| ResourceTypeSchema |
This is the interface for resource schema definition.
|
| Class | Description |
|---|---|
| AbstractValidator |
This defined the validation algorithms accroding to SCIM spec 2.0.
|
| ClientSideValidator |
This is to perform SCIM client side validation according to SCIM 2.0 spec.
|
| SCIMAttributeSchema |
This defines the attributes schema as in SCIM Spec.
|
| SCIMConstants |
This defines the constants which can be found in SCIM 2.0 core schema can be found at.
|
| SCIMConstants.CommonSchemaConstants |
Constants found in core-common schema.
|
| SCIMConstants.CustomUserSchemaConstants |
Constants found in custom user schema.
|
| SCIMConstants.EnterpriseUserSchemaConstants |
Constants found in enterprise user schema.
|
| SCIMConstants.GroupSchemaConstants |
Constants found in group schema.
|
| SCIMConstants.ListedResourceSchemaConstants |
Constants found in listed resource schema.
|
| SCIMConstants.OperationalConstants |
Constants found in operations.
|
| SCIMConstants.ResourceTypeSchemaConstants |
Constants found in Service Resource type schema.
|
| SCIMConstants.RoleSchemaConstants |
Constants found in role schema.
|
| SCIMConstants.ServiceProviderConfigSchemaConstants |
Constants found in Service Provider Config schema.
|
| SCIMConstants.UserSchemaConstants |
Constants found in user schema.
|
| SCIMDefinitions |
this defines the pre-defined values specified in https://tools.ietf.org/html/rfc7643.
|
| SCIMResourceSchemaManager |
This is to check for extension schema for the user and buildTree a custom user schema with it.
|
| SCIMResourceTypeSchema |
This declares the SCIM resources schema as specified in SCIM core specification 2.0.
|
| SCIMSchemaDefinitions |
This class contains the schema definitions in
https://tools.ietf.org/html/rfc7643 as AttributeSchemas.
|
| SCIMSchemaDefinitions.SCIMGroupSchemaDefinition |
SCIM defined group attribute schemas.
|
| SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition |
SCIM defined resourceType schemas.
|
| SCIMSchemaDefinitions.SCIMRoleSchemaDefinition |
SCIM defined role attribute schemas.
|
| SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition |
SCIM defined ServiceProviderConfig schemas.
|
| SCIMSchemaDefinitions.SCIMUserSchemaDefinition |
SCIM User Schema Definition.
|
| ServerSideValidator |
Server Side Validator.
|
| Enum | Description |
|---|---|
| SCIMDefinitions.DataType |
data types that an attribute can take, according to the SCIM spec.
|
| SCIMDefinitions.Mutability |
values that an attributes' mutability attribute can take.
|
| SCIMDefinitions.ReferenceType |
SCIM resource types that a referenceType attribute that may be referenced.
|
| SCIMDefinitions.Returned |
values that an attributes' returned attribute can take.
|
| SCIMDefinitions.Uniqueness |
values that an attributes' uniqueness attribute can take.
|
Copyright © 2023 WSO2. All rights reserved.