| java.lang.Object org.ozoneDB.core.ServerComponent org.ozoneDB.core.UserManager
UserManager | final public class UserManager extends ServerComponent (Code) | | The UserManager holds all information about users and groups.
author: SMB version: $Revision: 1.2 $Date: 2002/06/08 00:49:38 $ See Also: User See Also: Group |
SYSTEM_USER_ID | final protected static int SYSTEM_USER_ID(Code) | | This is the userID of the system. The system has all rights and is comparable to root in
UNIX systems.
|
garbageCollectorUser | final protected static User garbageCollectorUser(Code) | | The User object of the GarbageCollector.
|
groupTable | protected DxMap groupTable(Code) | | All currently known groups. Maps String into Group.
|
idGroupTable | protected DxMap idGroupTable(Code) | | All currently known groups. Maps IDs into Group.
|
idUserTable | protected DxMap idUserTable(Code) | | All currently known users. Maps IDs into User.
|
serialVersionUID | final protected static long serialVersionUID(Code) | | |
subSerialVersionUID | final protected static byte subSerialVersionUID(Code) | | |
userTable | protected DxMap userTable(Code) | | All currently known users. Maps String into User.
|
UserManager | public UserManager(Env _env)(Code) | | |
getGarbageCollectorUser | protected User getGarbageCollectorUser()(Code) | | Returns the User object of the GarbageCollector.
|
Fields inherited from org.ozoneDB.core.ServerComponent | protected transient Env env(Code)(Java Doc)
|
|
|