| com.atlassian.confluence.user.UserDetailsManager |
Known Indirect Subclasses
|
Retrieves extra details about a user
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the list of profile information groups
| |||||||||||
Gets a list of keys for each property stored against a user
| |||||||||||
Retrieve user property for a specified user.
| |||||||||||
Removes the property associated with the user
| |||||||||||
Stores a string
| |||||||||||
Gets a list of keys for each property stored against a user
Retrieve user property for a specified user.
| user | the user the property is associated with |
|---|---|
| key | the key of the property to retrieve |
Removes the property associated with the user
| user | the user the property is associated with |
|---|---|
| key | the key of the property to remove |
Stores a string
| user | the user the property is associated with |
|---|---|
| key | the key of the property to set |
| value | the new value of the property |

