Uses of Class
org.ikasan.framework.security.model.User

Packages that use User
org.ikasan.framework.security.dao   
org.ikasan.framework.security.service   
 

Uses of User in org.ikasan.framework.security.dao
 

Methods in org.ikasan.framework.security.dao that return User
 User UserDao.getUser(String username)
          Retrieves a specific User by name
 User HibernateUserDao.getUser(String username)
           
 

Methods in org.ikasan.framework.security.dao that return types with arguments of type User
 List<User> UserDao.getUsers()
          Retrieves all Users known to the system
 List<User> HibernateUserDao.getUsers()
           
 

Methods in org.ikasan.framework.security.dao with parameters of type User
 void UserDao.delete(User user)
          Deletes a User from persistent storage
 void HibernateUserDao.delete(User user)
           
 void UserDao.save(User user)
          Saves a User to persistent storage
 void HibernateUserDao.save(User user)
           
 

Uses of User in org.ikasan.framework.security.service
 

Methods in org.ikasan.framework.security.service that return User
 User UserService.loadUserByUsername(String username)
           
 User UserServiceImpl.loadUserByUsername(String username)
           
 

Methods in org.ikasan.framework.security.service that return types with arguments of type User
 List<User> UserService.getUsers()
          Gets all Users in the system
 List<User> UserServiceImpl.getUsers()
           
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.