|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
String |
getFirstName()
Gets the name for this user, which should uniquely identify the user in the current context. |
String |
getLastName()
Gets the name for this user, which should uniquely identify the user in the current context. |
int |
getOwnerId()
|
int |
getSecurityLevel()
|
String |
getSystemAlias()
Gets the system alias of this user's personal connection pool, or null if no such pool exists |
String |
getUserMode()
Gets the MODE of the user. |
String |
getUserName()
Gets the name for this user, which should uniquely identify the user in the current context. |
Object |
getUserSQLValue(String key)
Gets the value of the specified user field as an Object for use as an SQL parameter |
Object |
getUserValue(String key)
Gets the value of the specified user field as an Object |
Object |
getValueByUsageId(int usageId)
|
boolean |
hasSecurityLevel()
Method that can be used to determine if the user has a security level. |
boolean |
isAdmin()
|
boolean |
isPJAdmin()
|
void |
setUserMode(String pMode)
Sets the MODE of this user |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Method Detail |
public String getFirstName()
public String getLastName()
public int getOwnerId()
public int getSecurityLevel()
public String getUserMode()
public String getUserName()
public Object getUserSQLValue(String key) throws CMException
CMException
public Object getUserValue(String key)
public Object getValueByUsageId(int usageId) throws CMException
CMException
public boolean isAdmin()
public boolean isPJAdmin()
public String getSystemAlias()
public boolean hasSecurityLevel()
public void setUserMode(String pMode)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |