public interface UserDetailsManager
Modifier and Type | Method and Description |
---|---|
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(com.atlassian.user.User user,
String key)
Retrieve user property for a specified user.
|
void |
removeProperty(com.atlassian.user.User user,
String key)
Removes the property associated with the user
|
void |
setStringProperty(com.atlassian.user.User user,
String key,
String value)
Stores a string < 255 chars in a property with the given key
against a specified user.
|
String getStringProperty(com.atlassian.user.User user, String key)
user
- the user the property is associated withkey
- the key of the property to retrievevoid setStringProperty(com.atlassian.user.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(com.atlassian.user.User user, String key)
user
- the user the property is associated withkey
- the key of the property to removeList<String> getProfileKeys(String groupKey)
Copyright © 2003–2020 Atlassian. All rights reserved.