| Modifier and Type | Method and Description |
|---|---|
SchemasCallback |
SCIMApplication.getSchemasCallback() |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePreProcessor<Group> |
ResourcePreProcessor.forGroups(ResourceLocationService resourceLocationService,
GroupsCallback groupsAPI,
ResourceTypesCallback resourceTypesAPI,
SchemasCallback schemaAPI) |
static ResourcePreProcessor<User> |
ResourcePreProcessor.forUsers(ResourceLocationService resourceLocationService,
UsersCallback usersAPI,
ResourceTypesCallback resourceTypesAPI,
SchemasCallback schemaAPI) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSchemasCallback |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Resource<T>> |
ResourceCustomAttributesValidator.forPost(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
static <T extends Resource<T>> |
ResourceCustomAttributesValidator.forPut(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
| Modifier and Type | Method and Description |
|---|---|
SchemasCallback |
ValuePathAttributesValidator.getSchemaAPI() |
| Modifier and Type | Method and Description |
|---|---|
static PatchValidationFramework |
PatchValidationFramework.groupsFramework(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
static PatchValidationFramework |
PatchValidationFramework.usersFramework(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
| Constructor and Description |
|---|
PatchOperationSchemaBasedAttributeValueValidator(SchemasCallback schemaAPI,
String coreSchemaId,
Map<String,Schema> permittedSchemas) |
PathAttributeExistenceValidator(SchemasCallback schemaAPI) |
PathMutabilityValidator(SchemasCallback schemaAPI) |
PathRemoveRequiredAttributeValidator(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypeAPI,
String resourceType) |
ValuePathAttributesValidator(Map<String,Schema> requiredSchemas,
SchemasCallback schemaAPI,
String coreSchemaId) |
| Constructor and Description |
|---|
ReadOnlyAttributesEraser(SchemasCallback schemaAPI) |
Copyright © 2022 SAP SE. All rights reserved.