Package io.jans.scim.model.scim2
Class AttributeDefinition
- java.lang.Object
-
- io.jans.scim.model.scim2.AttributeDefinition
-
public class AttributeDefinition extends Object
Represents SCIM attribute characteristics which are worth to model using Java enums: mutability, returned, type and uniqueness. See section 2.2 of RFC 7643.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeDefinition.MutabilityAn enum used to describe the mutability of an attribute.static classAttributeDefinition.ReturnedThis enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.static classAttributeDefinition.TypeAn enumeration of the data types for attributes or subattributes.static classAttributeDefinition.UniquenessThis enum is used to describe how the service provider enforces uniqueness of attribute values.
-
Constructor Summary
Constructors Constructor Description AttributeDefinition()
-