com.atlassian.crowd.integration.atlassianuser
Class CrowdPropertySetFactory

java.lang.Object
  extended by com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
      extended by com.atlassian.crowd.integration.atlassianuser.CrowdPropertySetFactory
All Implemented Interfaces:
com.atlassian.user.properties.PropertySetFactory

public class CrowdPropertySetFactory
extends com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory

Gets propertyset information for a principal.


Constructor Summary
CrowdPropertySetFactory()
           
 
Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.user.Entity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdPropertySetFactory

public CrowdPropertySetFactory()
Method Detail

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(com.atlassian.user.Entity entity)
                                                               throws com.atlassian.user.EntityException
Specified by:
getPropertySet in interface com.atlassian.user.properties.PropertySetFactory
Overrides:
getPropertySet in class com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
Parameters:
entity - - the instance of Entity for which a PropertySet should be retrieved.
Returns:
an instance of PropertySet for the Entity, otherwise null.
Throws:
com.atlassian.user.EntityException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.