|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
public abstract class EmbeddedCrowdAbstractProvider
Field Summary | |
---|---|
protected org.slf4j.Logger |
logger
|
Constructor Summary | |
---|---|
EmbeddedCrowdAbstractProvider()
|
Method Summary | |
---|---|
boolean |
create(String name)
Create new Entity with given name. |
void |
flushCaches()
Flush the providers caches - if it is caching. |
protected com.atlassian.crowd.embedded.api.CrowdService |
getCrowdService()
Get a fresh version of the Crowd Read Write service from pico. |
boolean |
init(Properties properties)
Called by UserManager before any other method. |
List<String> |
list()
Returns List of names (Strings) of all Entities that can be accessed by this UserProvider If this UserProvider cannot retrieve a list of names, null is to be returned. |
boolean |
remove(String name)
Remove Entity with given name. |
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 |
---|
handles |
Field Detail |
---|
protected final org.slf4j.Logger logger
Constructor Detail |
---|
public EmbeddedCrowdAbstractProvider()
Method Detail |
---|
protected com.atlassian.crowd.embedded.api.CrowdService getCrowdService()
public boolean create(String name)
UserProvider
create
in interface UserProvider
public void flushCaches()
UserProvider
flushCaches
in interface UserProvider
public boolean init(Properties properties)
UserProvider
init
in interface UserProvider
properties
- Extra properties passed across by UserManager.public List<String> list()
UserProvider
list
in interface UserProvider
public boolean remove(String name)
UserProvider
remove
in interface UserProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |