|
||||||||||
| 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 | |
|---|---|
java.util.List<java.lang.String> |
getProfileGroups()
Get the list of profile information groups |
java.util.List<java.lang.String> |
getProfileKeys(java.lang.String groupKey)
Gets a list of keys for each property stored against a user |
java.lang.String |
getStringProperty(com.atlassian.user.User user,
java.lang.String key)
Retrieve user property for a specified user. |
void |
removeProperty(com.atlassian.user.User user,
java.lang.String key)
Removes the property associated with the user |
void |
setStringProperty(com.atlassian.user.User user,
java.lang.String key,
java.lang.String value)
Stores a string < 255 chars in a property with the given key against a specified user. |
| Method Detail |
|---|
java.lang.String getStringProperty(com.atlassian.user.User user,
java.lang.String key)
user - the user the property is associated withkey - the key of the property to retrieve
void setStringProperty(com.atlassian.user.User user,
java.lang.String key,
java.lang.String value)
user - the user the property is associated withkey - the key of the property to setvalue - the new value of the property
void removeProperty(com.atlassian.user.User user,
java.lang.String key)
user - the user the property is associated withkey - the key of the property to removejava.util.List<java.lang.String> getProfileKeys(java.lang.String groupKey)
java.util.List<java.lang.String> getProfileGroups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||