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 class
AttributeDefinition.Mutability
An enum used to describe the mutability of an attribute.static class
AttributeDefinition.Returned
This enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.static class
AttributeDefinition.Type
An enumeration of the data types for attributes or subattributes.static class
AttributeDefinition.Uniqueness
This enum is used to describe how the service provider enforces uniqueness of attribute values.
-
Constructor Summary
Constructors Constructor Description AttributeDefinition()
-