com.opensymphony.user.provider.crowd
Class EmbeddedCrowdProfileProvider

java.lang.Object
  extended by com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
      extended by com.opensymphony.user.provider.crowd.EmbeddedCrowdProfileProvider
All Implemented Interfaces:
ProfileProvider, UserProvider, Serializable

public class EmbeddedCrowdProfileProvider
extends EmbeddedCrowdAbstractProvider
implements ProfileProvider

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
logger
 
Constructor Summary
EmbeddedCrowdProfileProvider()
           
 
Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(String name)
          Retrieve profile for User with given name.
 boolean handles(String name)
          Determine whether this UserProvider implementation is responsible for handling this Entity.
 
Methods inherited from class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
create, flushCaches, getCrowdService, init, list, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.user.provider.UserProvider
create, flushCaches, init, list, remove
 

Constructor Detail

EmbeddedCrowdProfileProvider

public EmbeddedCrowdProfileProvider()
Method Detail

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(String name)
Description copied from interface: ProfileProvider
Retrieve profile for User with given name.

Specified by:
getPropertySet in interface ProfileProvider

handles

public boolean handles(String name)
Description copied from interface: UserProvider
Determine whether this UserProvider implementation is responsible for handling this Entity.

Specified by:
handles in interface UserProvider


Copyright © 2002-2011 Atlassian. All Rights Reserved.