|
gluu
|

公開メンバ関数 | |
| Extension (String urn) | |
| String | getUrn () |
| Map< String, ExtensionField > | getFields () |
| void | setFields (Map< String, ExtensionField > fields) |
| String | getName () |
| void | setName (String name) |
| String | getDescription () |
| void | setDescription (String description) |
非公開変数類 | |
| String | urn |
| String | name |
| String | description |
| Map< String, ExtensionField > | fields =new HashMap<String, ExtensionField>() |
A class used to represent an extension applicable to a SCIM resource. See section 3.3 of RFC 7643.
To actually set or get custom attribute values for a resource, use BaseScimResource#addCustomAttributes and BaseScimResource#getCustomAttributes respectively in conjunction with the CustomAttributes class.
|
inline |
Constructs an instance of Extension associated to the URN passed with an empty collection of fields and unassigned name and description.
| urn | A string representing the urn that identifies uniquely this extension |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
1.8.13