Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
UserAttributeMappings |
IUserDirect.findUserAttributesConfig(com.engiweb.pm.dao.db.DAO connDao)
Returns the list of attributes of a User Object.
|
UserAttributeMappings |
IUserDirect.findUserAttributesConfig(java.lang.String languageCode,
com.engiweb.pm.dao.db.DAO connDao)
Returns the list of attributes of a User Object.
|
UserAttributeMappings |
IUser.findUserAttributesConfig(java.lang.String token,
java.lang.String realmAdm)
Returns the list of attributes of a User Object.
|
UserAttributeMappings |
IUser.findUserAttributesConfig(java.lang.String languageCode,
java.lang.String token,
java.lang.String realmAdm)
Returns the list of attributes of a User Object.
|