public class UserDetailsMap extends Object
UserDetailsManager
Constructor and Description |
---|
UserDetailsMap(com.atlassian.user.User user,
UserDetailsManager userDetailsManager) |
Modifier and Type | Method and Description |
---|---|
void |
copyPropertiesToManager()
Copies all the properties found in this parameter map into the user details manager.
|
String |
getProperty(String key)
Returns the user property from the map, if not available looks it up
for the specified user in the user details manager.
|
void |
setParameters(Map<String,Object> map)
Converts the http parameters into a usable format
|
void |
setProperty(String key,
String value) |
public static final String PREFIX
public UserDetailsMap(com.atlassian.user.User user, UserDetailsManager userDetailsManager)
public void copyPropertiesToManager()
public String getProperty(String key)
key
- the parameter keyCopyright © 2003–2020 Atlassian. All rights reserved.