org.riotfamily.riot.security.auth
Interface RiotUserDao

All Superinterfaces:
RiotDao
All Known Implementing Classes:
HibernateUserDao, RiotUserDaoWrapper, StaticRiotUserDao

public interface RiotUserDao
extends RiotDao

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 RiotUser findUserByCredentials(String username, String password)
           
 RiotUser findUserById(String userId)
           
 void updatePassword(RiotUser user, String newPassword)
           
 
Methods inherited from interface org.riotfamily.riot.dao.RiotDao
delete, getEntityClass, getListSize, getObjectId, list, load, merge, save, update
 

Method Detail

findUserByCredentials

RiotUser findUserByCredentials(String username,
                               String password)

findUserById

RiotUser findUserById(String userId)

updatePassword

void updatePassword(RiotUser user,
                    String newPassword)