gluu
|
公開メンバ関数 | |
List< Extension > | getResourceExtensions (Class<? extends BaseScimResource > cls) |
List< String > | getUrnsOfExtensions (Class<? extends BaseScimResource > cls) |
List< String > | getStringAttributeValues (ExtensionField field, Object valuesHolder) |
List< Object > | convertValues (ExtensionField field, String strValues[]) |
Extension | extensionOfAttribute (Class<? extends BaseScimResource > cls, String attribute) |
ExtensionField | getFieldOfExtendedAttribute (Class<? extends BaseScimResource > cls, String attribute) |
非公開変数類 | |
Logger | log |
AttributeService | attrService |
Created by jgomer on 2017-09-29.
|
inline |
Builds a list of objects based on the supplied String values passed and the extension field passed. The strings are converted according to the type asociated to the field: for STRING the value is left as is; for DATE the value is converted to a String following the ISO date format; for NUMERIC an Integer/Double is created from the value supplied.
field | An ExtensionField |
strValues | A non-empty String array with the values associated to the field passed. These values are coming from LDAP |
|
inline |
|
inline |
|
inline |
|
inline |
Builds up a list of strings with the values associated to the field passed. The strings are created according to the type asociated to the field: for STRING the value is left as is; for DATE the value is converted to a String following the generalized date format; for NUMERIC the value is converted to a String
field | An ExtensionField instance |
valuesHolder | A non-null value object (may be a collection) |
|
inline |
|
private |
|
private |