gluu
|
公開メンバ関数 | |
boolean | isCaseExact () default false |
boolean | isRequired () default false |
String | description () default "" |
String [] | canonicalValues () default |
AttributeDefinition.Returned | returned () default AttributeDefinition.Returned.DEFAULT |
AttributeDefinition.Uniqueness | uniqueness () default AttributeDefinition.Uniqueness.NONE |
String [] | referenceTypes () default |
AttributeDefinition.Mutability | mutability () default AttributeDefinition.Mutability.READ_WRITE |
Class | multiValueClass () default NullType.class |
AttributeDefinition.Type | type () default AttributeDefinition.Type.STRING |
Annotation used to attach meta information to attributes and subattributes of SCIM resources (descendants of class BaseScimResource).
This annotation reflects what is shown in section 2.2 RFC 7643. Default values assigned per section 7.
|
inline |
String org.gluu.oxtrust.model.scim2.annotations.Attribute.description | ( | ) |
The description of the attribute.
boolean org.gluu.oxtrust.model.scim2.annotations.Attribute.isCaseExact | ( | ) |
Determines if the attribute value is case sensitive.
boolean org.gluu.oxtrust.model.scim2.annotations.Attribute.isRequired | ( | ) |
Determines if the attribute value is required.
Class org.gluu.oxtrust.model.scim2.annotations.Attribute.multiValueClass | ( | ) |
If the attribute is multi-valued, this holds the type of the child object.
AttributeDefinition.Mutability org.gluu.oxtrust.model.scim2.annotations.Attribute.mutability | ( | ) |
The mutability constraint for the attribute.
|
inline |
AttributeDefinition.Returned org.gluu.oxtrust.model.scim2.annotations.Attribute.returned | ( | ) |
The return constraint for the attribute.
AttributeDefinition.Type org.gluu.oxtrust.model.scim2.annotations.Attribute.type | ( | ) |
The type of the attribute according to types defined by section 2.3 of RFC 7643
AttributeDefinition.Uniqueness org.gluu.oxtrust.model.scim2.annotations.Attribute.uniqueness | ( | ) |
The uniqueness constraint for the attribute.