borland Packages  Class Hierarchy  datastore Package 

SysUsers interface

com.borland.datastore.SysUsers

About the SysUsers interface

Variables  

Note: This is a feature of JBuilder Professional and Enterprise.

Defines the table and column names for the /SYS/USERS system table. This table stores the users, passwords, rights and user id for each user when user authentication is enabled for a JDataStore database. Note that for security reasons the RIGHTS and ID fields are also encrypted into the PASSWORD field. So the RIGHTS and ID fields are for display only. If modified by an intruder, they will have no affect on the security of the system.


SysUsers variables

Variables defined in this interface


SysUsers variables

GROUP_ID

  static final String GROUP_ID = "GROUP_ID"
Not currently used.

ID

  static final String ID = "ID"
A string for identifying a row in the table.

NAME

  static final String NAME = "NAME"
The name of the user.

NEW_TABLE

  static final String NEW_TABLE = "/SYS/USERS.NEW"
Used internally.

OLD_TABLE

  static final String OLD_TABLE = "/SYS/USERS.OLD"
Used internally.

PASS

  static final String PASS = "PASSWORD"
Encrypted password for the user. Note that for security reasons the RIGHTS and ID fields are also encrypted into the PASSWORD field.

RIGHTS

  static final String RIGHTS = "RIGHTS"
The rights assigned to this user.

TABLE

  static final String TABLE = "/SYS/USERS"
The name of the /SYS/USERS table.