|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
public class EmbeddedCrowdCredentialsProvider
| Field Summary |
|---|
| Fields inherited from class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider |
|---|
logger |
| Constructor Summary | |
|---|---|
EmbeddedCrowdCredentialsProvider()
|
|
| Method Summary | |
|---|---|
boolean |
authenticate(String name,
String password)
Check password supplied matches that of User. |
boolean |
changePassword(String name,
String password)
Change password of user. |
boolean |
create(String name)
Create new Entity with given name. |
boolean |
handles(String name)
Determine whether this UserProvider implementation is responsible for handling this Entity. |
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 com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider |
|---|
flushCaches, getCrowdService, init |
| 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 |
|---|
flushCaches, init |
| Constructor Detail |
|---|
public EmbeddedCrowdCredentialsProvider()
| Method Detail |
|---|
public boolean authenticate(String name,
String password)
CredentialsProvider
authenticate in interface CredentialsProvider
public boolean changePassword(String name,
String password)
CredentialsProvider
changePassword in interface CredentialsProviderpublic boolean create(String name)
UserProvider
create in interface UserProvidercreate in class EmbeddedCrowdAbstractProviderpublic boolean handles(String name)
UserProvider
handles in interface UserProviderpublic List<String> list()
UserProvider
list in interface UserProviderlist in class EmbeddedCrowdAbstractProviderpublic boolean remove(String name)
UserProvider
remove in interface UserProviderremove in class EmbeddedCrowdAbstractProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||