abstractpublic class AbstractUserManager implements UserManager(Code)
This is the base class of all the user manager classes. If we want to add a
new user manager, we have to override this class.
author: Rana Bhattacharyya version: $Id: AbstractUserManager.java 1069 2005-03-01 00:49:56Z zubov $
init(GlobalContext gctx) A kind of constuctor defined in the interface for allowing the
usermanager to get a hold of the ConnectionManager object for dispatching
events etc.