gluu
|
公開メンバ関数 | |
Uniqueness (final String name) | |
String | getName () |
公開変数類 | |
NONE =("none") | |
SERVER =("server") | |
GLOBAL =("global") | |
非公開変数類 | |
String | name |
This enum is used to describe how the service provider enforces uniqueness of attribute values.
|
inline |
Uniqueness enum private constructor.
name | the name of the uniqueness constraint. |
|
inline |
Returns the keyword for the uniqueness characteristic as in section 7 of RFC7643.
org.gluu.oxtrust.model.scim2.AttributeDefinition.Uniqueness.GLOBAL =("global") |
Indicates that this attribute's value must be globally unique.
|
private |
org.gluu.oxtrust.model.scim2.AttributeDefinition.Uniqueness.NONE =("none") |
Indicates that this attribute's value need not be unique.
org.gluu.oxtrust.model.scim2.AttributeDefinition.Uniqueness.SERVER =("server") |
Indicates that this attribute's value must be unique for a given server.