| Modifier and Type | Method and Description |
|---|---|
ResourceTypesCallback |
SCIMApplication.getResourceTypesCallback() |
| 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 |
DefaultResourceTypesCallback |
| 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 |
|---|---|
static PatchValidationFramework |
PatchValidationFramework.groupsFramework(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
static PatchValidationFramework |
PatchValidationFramework.usersFramework(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypesAPI) |
| Constructor and Description |
|---|
PathRemoveRequiredAttributeValidator(SchemasCallback schemaAPI,
ResourceTypesCallback resourceTypeAPI,
String resourceType) |
Copyright © 2022 SAP SE. All rights reserved.