com.opensymphony.user.provider
Interface CredentialsProvider

All Superinterfaces:
Serializable, UserProvider
All Known Implementing Classes:
EmbeddedCrowdCredentialsProvider

Deprecated.

@Deprecated
public interface CredentialsProvider
extends UserProvider

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

Version:
$Revision: 1.3 $
Author:
Joe Walnes
See Also:
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

authenticate

boolean authenticate(String name,
                     String password)
Deprecated. 
Check password supplied matches that of User.


changePassword

boolean changePassword(String name,
                       String password)
Deprecated. 
Change password of user.



Copyright © 2002-2011 Atlassian. All Rights Reserved.