All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.edx.MenuUser
java.lang.Object
   |
   +----bmsi.db.DataBuffer
           |
           +----bmsi.db.DataScroller
                   |
                   +----bmsi.db.Dataset
                           |
                           +----bmsi.edx.MenuUser

  Summary

public class  MenuUser
     extends bmsi.db.Dataset
{
          // Fields 8
     public IntegerField acct;
     public IntegerField id;
     public StringField init;
     public StringField name;
     public StringField phone;
     public IntegerField priv;
     public StringField prog;
     public StringField vol;

          // Constructors 1
     public MenuUser();

}

The EDX database mapping user ids to EDX user attributes. Users are authenticated by the #MSLOG program. For EDX emulators based on Unix, the id of the user running the EDL terminal client (edx4978 or edx4974) is used as the EDX user id.




  Fields

· id

Summary  |  Top

   public IntegerField id

The user id.


· acct

Summary  |  Top
   public IntegerField acct

The user acct (group).


· priv

Summary  |  Top
   public IntegerField priv

The user privilege mask used to enable certain sensitive operations.


· name

Summary  |  Top
   public StringField name

The users name.


· prog

Summary  |  Top
   public StringField prog

The users shell program. If the name begins with '%', it is assumed to be a menu name and #BTMENU is used as the shell with the name as an initial menu.

If the shell program is left blank, no shell will be loaded and the terminal will have system ATTNLIST commands enabled. The user must then reload #MSMAIN to logout.


· vol

Summary  |  Top
   public StringField vol

The volume to load the shell program from. For menus (name begins with '%'), this is the EDX volume to load the $IMAGE menu image from, or the BTAS menu subdirectory to load the #IMAGE menu image from.


· init

Summary  |  Top
   public StringField init

The users initials - used to tag database changes in some applications.


· phone

Summary  |  Top
   public StringField phone

The users phone number or other contact information.


  Constructors

· MenuUser

Summary  |  Top

   public MenuUser() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7