| Package | Description |
|---|---|
| com.sap.scimono.callback.schemas | |
| com.sap.scimono.entity.schema | |
| com.sap.scimono.entity.validation | |
| com.sap.scimono.entity.validation.patch |
| Modifier and Type | Method and Description |
|---|---|
default Attribute |
SchemasCallback.getAttribute(String path)
Returns SCIM attribute definition
|
Attribute |
DefaultSchemasCallback.getAttribute(String path) |
| Modifier and Type | Method and Description |
|---|---|
default List<Attribute> |
SchemasCallback.getComplexAttributePath(String fullAttrNotation) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.Builder.build() |
Attribute |
Schema.toAttribute() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Schema.getAttributes() |
List<Attribute> |
Attribute.getSubAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.addAttribute(Attribute attr) |
Attribute.Builder |
Attribute.Builder.addSubAttribute(Attribute attribute) |
Schema.Builder |
Schema.Builder.removeAttributes(Attribute attr) |
Attribute.Builder |
Attribute.Builder.removeSubAttribute(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.addAttributes(Collection<Attribute> attrs) |
Attribute.Builder |
Attribute.Builder.addSubAttributes(Collection<Attribute> attributes) |
| Constructor and Description |
|---|
Schema(String id,
String externalId,
Meta meta,
Set<String> schemas,
String name,
String description,
List<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
CanonicalValuesValidator.validate(Attribute attribute) |
void |
RequiredSubAttributesValidator.validate(Attribute attribute) |
void |
AttributeImmutableValueValidator.validate(Attribute attribute) |
void |
AttributeDataTypeValidator.validate(Attribute attribute) |
| Constructor and Description |
|---|
SchemaBasedAttributeValueValidator(Attribute attributeDefinition,
Map<String,Schema> permittedSchemas) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeMutabilityValidator.validate(Attribute attribute) |
Copyright © 2022 SAP SE. All rights reserved.