Public Member Functions | |
AuthenticationData (String answer, ClientType clientType, ImplLang implLang, boolean recover, long timeStamp, long executionId) | |
String | getAnswer () |
void | setAnswer (String answer) |
ClientType | getClientType () |
void | setClientType (ClientType clientType) |
long | getExecutionId () |
void | setExecutionId (long executionId) |
ImplLang | getImplLang () |
void | setImplLang (ImplLang implLang) |
boolean | isRecover () |
void | setRecover (boolean recover) |
long | getTimeStamp () |
void | setTimeStamp (long timeStamp) |
Private Attributes | |
String | answer |
ClientType | clientType |
ImplLang | implLang |
boolean | recover |
long | timeStamp |
long | executionId |
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Answer to authentication question. |
|
Client type. |
|
Execution ID. Ignored if 0. |
|
Client implementation language. |
|
Try to reciver flag. |
|
Timestamp of client start-up. Ignored if 0. |