Class EmbeddedCrowdPropertySetFactory
- java.lang.Object
-
- com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
-
- All Implemented Interfaces:
com.atlassian.user.properties.PropertySetFactory
public class EmbeddedCrowdPropertySetFactory extends Object implements com.atlassian.user.properties.PropertySetFactory
-
-
Constructor Summary
Constructors Constructor Description EmbeddedCrowdPropertySetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.module.propertyset.PropertySet
getPropertySet(com.atlassian.user.Entity entity)
protected com.opensymphony.module.propertyset.PropertySet
getPropertySet(String entityName)
Retrieve profile for User with given name.
-
-
-
Method Detail
-
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.user.Entity entity)
- Specified by:
getPropertySet
in interfacecom.atlassian.user.properties.PropertySetFactory
-
getPropertySet
protected com.opensymphony.module.propertyset.PropertySet getPropertySet(String entityName)
Retrieve profile for User with given name.
-
-