| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Schemas.createSchema(@Valid Schema newSchema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemasCallback.getCustomSchema(String schemaId)
Returns the schema with the specified schemaId.
|
Schema |
DefaultSchemasCallback.getCustomSchema(String schemaId) |
default Schema |
SchemasCallback.getSchema(String schemaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
SchemasCallback.getCustomSchemas()
Returns list of all custom created schemas (with urn starting with urn:sap:cloud:scim:schemas:extension:custom:2.0:) available
in the system
|
List<Schema> |
DefaultSchemasCallback.getCustomSchemas() |
default List<Schema> |
SchemasCallback.getSchemas()
Returns a list of all schemas available in the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemasCallback.createCustomSchema(Schema schema)
Creates a schema with the provided attributes.
|
void |
DefaultSchemasCallback.createCustomSchema(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Schema> |
SchemaCSVReader.getImportedSchemasFromCSVs() |
| Constructor and Description |
|---|
SchemaBasedAttributeValueValidator(Attribute attributeDefinition,
Map<String,Schema> permittedSchemas) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Schema> |
ValuePathAttributesValidator.getRequiredSchemas() |
| Constructor and Description |
|---|
PatchOperationSchemaBasedAttributeValueValidator(SchemasCallback schemaAPI,
String coreSchemaId,
Map<String,Schema> permittedSchemas) |
PathSchemaExistenceValidator(Map<String,Schema> schemas) |
ValuePathAttributesValidator(Map<String,Schema> requiredSchemas,
SchemasCallback schemaAPI,
String coreSchemaId) |
Copyright © 2022 SAP SE. All rights reserved.