com.atlassian.jira.user
Interface UserPropertyManager
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
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-2011 Atlassian. All Rights Reserved.