|
gluu
|

公開メンバ関数 | |
| Returned (final String name) | |
| String | getName () |
公開変数類 | |
| ALWAYS =("always") | |
| NEVER =("never") | |
| DEFAULT =("default") | |
| REQUEST =("request") | |
非公開変数類 | |
| String | name |
This enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.
|
inline |
Returned enum private constructor.
| name | the name of the return constraint. |
|
inline |
Returns the keyword for the returned characteristic as in section 7 of RFC7643.
| org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.ALWAYS =("always") |
Indicates that the attribute is always returned.
| org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.DEFAULT =("default") |
Indicates that the attribute is returned by default.
|
private |
The SCIM name for this enum.
| org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.NEVER =("never") |
Indicates that the attribute is never returned.
| org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.REQUEST =("request") |
Indicates that the attribute is only returned if requested.
1.8.13