|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.shared.CurrentUser
public final class CurrentUser
Stores information about the user who is currently using the application.
Method Summary | |
---|---|
static java.lang.String |
getPassword()
Returns the digested password of the person using this application. |
static UserBean |
getUserBean()
Returns the UserBean of the person using this application. |
static int |
getUserID()
Gets the userID of the person currently logged on. |
static java.lang.String |
getUsername()
Returns the user name of the person using this application. |
static void |
reset()
Gets a fresh copy of the userBean data from the database. |
static void |
setUserBean(UserBean user_bean)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getUsername()
public static java.lang.String getPassword()
public static UserBean getUserBean()
public static int getUserID()
public static void setUserBean(UserBean user_bean)
public static void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |