Class EmbeddedCrowdPropertySetFactory
- java.lang.Object
-
- com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdPropertySetFactory
-
- All Implemented Interfaces:
com.atlassian.user.properties.PropertySetFactory
@Deprecated public class EmbeddedCrowdPropertySetFactory extends Object implements com.atlassian.user.properties.PropertySetFactory
Deprecated.since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacementCopied from atlassian-embedded-crowd library- Since:
- 7.0.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_PREFIX
Deprecated.
-
Constructor Summary
Constructors Constructor Description EmbeddedCrowdPropertySetFactory(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider configProvider)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.opensymphony.module.propertyset.PropertySet
getPropertySet(com.atlassian.user.Entity entity)
Deprecated.
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final String PROPERTY_PREFIX
Deprecated.- 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
Deprecated.- Specified by:
getPropertySet
in interfacecom.atlassian.user.properties.PropertySetFactory
- Throws:
com.atlassian.user.EntityException
-
-