|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface CredentialsProvider
The CredentialsProvider is a UserProvider specifically used for storing details for authenticating Users. All Entities referred to are of type User, and all Entity.Accessor objects can be safely cast to User.Accessor
UserProvider,
User| Method Summary | |
|---|---|
boolean |
authenticate(String name,
String password)
Deprecated. Check password supplied matches that of User. |
boolean |
changePassword(String name,
String password)
Deprecated. Change password of user. |
| Methods inherited from interface com.opensymphony.user.provider.UserProvider |
|---|
create, flushCaches, handles, init, list, remove |
| Method Detail |
|---|
boolean authenticate(String name,
String password)
boolean changePassword(String name,
String password)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||