|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDetailsManager
Retrieves extra details about a user
Method Summary | |
---|---|
List<String> |
getProfileGroups()
Get the list of profile information groups |
List<String> |
getProfileKeys(String groupKey)
Gets a list of keys for each property stored against a user |
String |
getStringProperty(User user,
String key)
Retrieve user property for a specified user. |
void |
removeProperty(User user,
String key)
Removes the property associated with the user |
void |
setStringProperty(User user,
String key,
String value)
Stores a string < 255 chars in a property with the given key against a specified user. |
Method Detail |
---|
String getStringProperty(User user, String key)
user
- the user the property is associated withkey
- the key of the property to retrieve
void setStringProperty(User user, String key, String value)
user
- the user the property is associated withkey
- the key of the property to setvalue
- the new value of the propertyvoid removeProperty(User user, String key)
user
- the user the property is associated withkey
- the key of the property to removeList<String> getProfileKeys(String groupKey)
List<String> getProfileGroups()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |