public class DefaultUserPropertyManager extends Object implements UserPropertyManager
| Constructor and Description |
|---|
DefaultUserPropertyManager(UserKeyStore userKeyStore,
JiraPropertySetFactory propertySetFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(ApplicationUser user)
Get the property set associated with a user.
|
com.opensymphony.module.propertyset.PropertySet |
getPropertySetForUserKey(String userKey)
Get the property set associated with a user.
|
public DefaultUserPropertyManager(UserKeyStore userKeyStore, JiraPropertySetFactory propertySetFactory)
@Nonnull public com.opensymphony.module.propertyset.PropertySet getPropertySet(@Nonnull ApplicationUser user)
UserPropertyManagergetPropertySet in interface UserPropertyManageruser - the user that the property set is associated with.@Nonnull public com.opensymphony.module.propertyset.PropertySet getPropertySetForUserKey(@Nonnull String userKey)
UserPropertyManagergetPropertySetForUserKey in interface UserPropertyManageruserKey - the key for the user that the property set is associated with.Copyright © 2002-2018 Atlassian. All Rights Reserved.