|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.user.DefaultUserDetailsManager
public class DefaultUserDetailsManager
| Constructor Summary | |
|---|---|
DefaultUserDetailsManager(ContentPropertyManager contentPropertyManager,
PersonalInformationManager personalInformationManager)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultUserDetailsManager(ContentPropertyManager contentPropertyManager,
PersonalInformationManager personalInformationManager)
| Method Detail |
|---|
public java.lang.String getStringProperty(com.atlassian.user.User user,
java.lang.String key)
UserDetailsManager
getStringProperty in interface UserDetailsManageruser - the user the property is associated withkey - the key of the property to retrieve
public void setStringProperty(com.atlassian.user.User user,
java.lang.String key,
java.lang.String value)
UserDetailsManager
setStringProperty in interface UserDetailsManageruser - the user the property is associated withkey - the key of the property to setvalue - the new value of the property
public void removeProperty(com.atlassian.user.User user,
java.lang.String key)
UserDetailsManager
removeProperty in interface UserDetailsManageruser - the user the property is associated withkey - the key of the property to removepublic java.util.List<java.lang.String> getProfileKeys(java.lang.String groupKey)
UserDetailsManager
getProfileKeys in interface UserDetailsManagerpublic java.util.List<java.lang.String> getProfileGroups()
UserDetailsManager
getProfileGroups in interface UserDetailsManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||