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)
UserPropertyManager
getPropertySet
in interface UserPropertyManager
user
- the user that the property set is associated with.@Nonnull public com.opensymphony.module.propertyset.PropertySet getPropertySetForUserKey(@Nonnull String userKey)
UserPropertyManager
getPropertySetForUserKey
in interface UserPropertyManager
userKey
- the key for the user that the property set is associated with.Copyright © 2002-2019 Atlassian. All Rights Reserved.