Uses of Interface
org.outerj.daisy.repository.user.User

Packages that use User
org.outerj.daisy.repository.user API for managing the repository users and roles. 
 

Uses of User in org.outerj.daisy.repository.user
 

Methods in org.outerj.daisy.repository.user that return User
 User UserManager.createUser(java.lang.String login)
          Creates a new User.
 User[] Users.getArray()
           
 User UserManager.getUser(long userId, boolean updateable)
          Return the User object which is identified by data store id userId.
 User UserManager.getUser(java.lang.String userLogin, boolean updateable)
          Return the User object which is identified by the specified userLogin
 



Copyright © -2012 . All Rights Reserved.