com.atlassian.jira.user
Interface UserPropertyManager
- All Known Implementing Classes:
- DefaultUserPropertyManager
public interface UserPropertyManager
The manager allows the caller to get the PropertySet
associated with a user.
Property sets are live objects and changes to the property set are persisted when they occur.
- Since:
- v4.3
Method Summary |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(com.atlassian.crowd.embedded.api.User user)
Get the property set associated with a user. |
getPropertySet
com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.crowd.embedded.api.User user)
- Get the property set associated with a user.
- Parameters:
user
- the property set is associated with.
- Returns:
- Property set.
Copyright © 2002-2012 Atlassian. All Rights Reserved.