Package com.atlassian.confluence.user
Class ConfluenceUserPropertySetFactory
- java.lang.Object
-
- com.atlassian.confluence.user.ConfluenceUserPropertySetFactory
-
- All Implemented Interfaces:
com.atlassian.user.properties.PropertySetFactory
public class ConfluenceUserPropertySetFactory extends Object implements com.atlassian.user.properties.PropertySetFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_PREFIX
-
Constructor Summary
Constructors Constructor Description ConfluenceUserPropertySetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.module.propertyset.PropertySet
getPropertySet(com.atlassian.user.Entity entity)
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final String PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.user.Entity entity) throws com.atlassian.user.EntityException
- Specified by:
getPropertySet
in interfacecom.atlassian.user.properties.PropertySetFactory
- Throws:
com.atlassian.user.EntityException
-
-