planetj.dataengine.security
Interface IDEUser

All Superinterfaces:
IUser, Principal
All Known Implementing Classes:
DEUser

public interface IDEUser
extends IUser

Insert the type's description here. Creation date: (11/14/02 2:43:34 PM)


Field Summary
static String FIRST_NAME
           
static String LAST_NAME
           
static String LIBRARY_NAME
           
static String OWNER_ID
           
static String PASSWORD
           
static String PLANETJ_USER
           
static String PROPERTIES
           
static String SECURITY_LEVEL
           
static String TABLE_NAME
           
static String TYPE_APP_ADMIN
           
static String TYPE_APP_USER
           
static String UNIQUE_ID
           
static String USER_NAME
           
 
Methods inherited from interface planetj.dataengine.security.IUser
getFirstName, getLastName, getOwnerId, getSecurityLevel, getSystemAlias, getUserMode, getUserName, getUserSQLValue, getUserValue, getValueByUsageId, hasSecurityLevel, isAdmin, isPJAdmin, setUserMode
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Field Detail

FIRST_NAME

public static final String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

public static final String LAST_NAME
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

UNIQUE_ID

public static final String UNIQUE_ID
See Also:
Constant Field Values

SECURITY_LEVEL

public static final String SECURITY_LEVEL
See Also:
Constant Field Values

TYPE_APP_USER

public static final String TYPE_APP_USER
See Also:
Constant Field Values

TYPE_APP_ADMIN

public static final String TYPE_APP_ADMIN
See Also:
Constant Field Values

PLANETJ_USER

public static final String PLANETJ_USER
See Also:
Constant Field Values

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

LIBRARY_NAME

public static final String LIBRARY_NAME
See Also:
Constant Field Values