Uses of Class
net.sf.mindoro.model.SystemUser

Packages that use SystemUser
net.sf.mindoro.dao   
net.sf.mindoro.dao.hibernate   
net.sf.mindoro.domain   
net.sf.mindoro.model   
 

Uses of SystemUser in net.sf.mindoro.dao
 

Methods in net.sf.mindoro.dao that return SystemUser
 SystemUser UserDao.newUser(java.lang.String login, java.lang.String passwordHash)
           
 SystemUser UserDao.findUserByLogin(java.lang.String login)
           
 

Methods in net.sf.mindoro.dao with parameters of type SystemUser
 void UserDao.deleteUser(SystemUser user)
           
 

Uses of SystemUser in net.sf.mindoro.dao.hibernate
 

Methods in net.sf.mindoro.dao.hibernate that return SystemUser
 SystemUser UserDaoImpl.findUserByLogin(java.lang.String login)
           
 SystemUser UserDaoImpl.newUser(java.lang.String login, java.lang.String passwordHash)
          (non-Javadoc)
 

Methods in net.sf.mindoro.dao.hibernate with parameters of type SystemUser
 void UserDaoImpl.deleteUser(SystemUser user)
          (non-Javadoc)
 

Uses of SystemUser in net.sf.mindoro.domain
 

Methods in net.sf.mindoro.domain that return SystemUser
 SystemUser SecurityFacade.authenticate(SystemUser user)
          Attempt to authenticate the given SystemUser.
 

Methods in net.sf.mindoro.domain with parameters of type SystemUser
 SystemUser SecurityFacade.authenticate(SystemUser user)
          Attempt to authenticate the given SystemUser.
 

Uses of SystemUser in net.sf.mindoro.model
 

Methods in net.sf.mindoro.model that return SystemUser
 SystemUser Person.getSystemUser()
           
 

Methods in net.sf.mindoro.model with parameters of type SystemUser
 void Person.setSystemUser(SystemUser systemUser)
           
 



Copyright © 2005 Project Mindoro. All Rights Reserved.