com.opensymphony.user.provider.crowd
Class EmbeddedCrowdProfileProvider
java.lang.Object
com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
com.opensymphony.user.provider.crowd.EmbeddedCrowdProfileProvider
- All Implemented Interfaces:
- ProfileProvider, UserProvider, Serializable
public class EmbeddedCrowdProfileProvider
- extends EmbeddedCrowdAbstractProvider
- implements ProfileProvider
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedCrowdProfileProvider
public EmbeddedCrowdProfileProvider()
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.