Uses of Class
info.joseluismartin.model.User

Packages that use User
info.joseluismartin.auth   
info.joseluismartin.dao   
 

Uses of User in info.joseluismartin.auth
 

Methods in info.joseluismartin.auth with parameters of type User
 boolean AuthManager.authUser(User user, String password)
          Autenticate a User that was identified by password
 

Uses of User in info.joseluismartin.dao
 

Methods in info.joseluismartin.dao that return User
 User UserDao.findByUsername(String username)
          Find a User by username
 



Copyright © 2012 JDAL. All Rights Reserved.