|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Actor represents the link between an application and a user. The Actor ID is generated at the first login in the application, it is permanent and stored in the DataBase on server side, it is also stored on client side. This Actor ID is generated only if the user have the required rigths to the application.
Method Summary | |
int |
getActorID()
Returns the Actor ID. |
int |
getApplicationID()
Returns the Application ID associated. |
java.lang.String |
getPassword()
Returns the the password of the actor. |
java.lang.String |
getPseudoName()
Returns the current pseudo name of the user session. |
java.lang.String |
getUsername()
Returns the username of the actor. |
boolean |
isPseudoHasModified()
Determines if the pseudo has modified during the session. |
void |
setPseudoName(java.lang.String name)
Set the current pseudo name of the user session. |
Method Detail |
public int getActorID()
public int getApplicationID()
public java.lang.String getUsername()
public java.lang.String getPassword()
public java.lang.String getPseudoName()
public void setPseudoName(java.lang.String name)
public boolean isPseudoHasModified()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |