Uses of Interface
com.cafesoft.cams.auth.login.userrepository.RepositoryUser

Packages that use RepositoryUser
com.cafesoft.cams.auth.login.userrepository Support for optimized user, role, and passowrd services. 
 

Uses of RepositoryUser in com.cafesoft.cams.auth.login.userrepository
 

Methods in com.cafesoft.cams.auth.login.userrepository that return RepositoryUser
 RepositoryUser UserRepository.getUser(String name)
          Returns a RepositoryUser from the UserRepository.
 

Methods in com.cafesoft.cams.auth.login.userrepository with parameters of type RepositoryUser
 void UserRepository.addUser(RepositoryUser user)
          Adds the specified RepositoryUser to this UserRepository.
 void UserRepository.removeUser(RepositoryUser user)
          Removes the specified RepositoryUser from this UserRepository.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.