
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 |
Authentication data structure.
| com::cosylab::acs::maci::AuthenticationData::AuthenticationData | ( | String | answer, | |
| ClientType | clientType, | |||
| ImplLang | implLang, | |||
| boolean | recover, | |||
| long | timeStamp, | |||
| long | executionId | |||
| ) | [inline] |
Constructor.
| answer | ||
| clientType | ||
| implLang | ||
| recover | ||
| timeStamp | ||
| executionId |
Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::authenticate(), and com::cosylab::acs::maci::plug::ClientProxy::authenticate().
| String com::cosylab::acs::maci::AuthenticationData::getAnswer | ( | ) | [inline] |
References answer.
| ClientType com::cosylab::acs::maci::AuthenticationData::getClientType | ( | ) | [inline] |
References clientType.
Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().
| long com::cosylab::acs::maci::AuthenticationData::getExecutionId | ( | ) | [inline] |
References executionId.
Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().
| ImplLang com::cosylab::acs::maci::AuthenticationData::getImplLang | ( | ) | [inline] |
References implLang.
Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().
| long com::cosylab::acs::maci::AuthenticationData::getTimeStamp | ( | ) | [inline] |
References timeStamp.
Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().
| boolean com::cosylab::acs::maci::AuthenticationData::isRecover | ( | ) | [inline] |
References recover.
| void com::cosylab::acs::maci::AuthenticationData::setAnswer | ( | String | answer | ) | [inline] |
| answer | the answer to set |
| void com::cosylab::acs::maci::AuthenticationData::setClientType | ( | ClientType | clientType | ) | [inline] |
| clientType | the clientType to set |
| void com::cosylab::acs::maci::AuthenticationData::setExecutionId | ( | long | executionId | ) | [inline] |
| executionId | the executionId to set |
| void com::cosylab::acs::maci::AuthenticationData::setImplLang | ( | ImplLang | implLang | ) | [inline] |
| implLang | the implLang to set |
| void com::cosylab::acs::maci::AuthenticationData::setRecover | ( | boolean | recover | ) | [inline] |
| recover | the recover to set |
| void com::cosylab::acs::maci::AuthenticationData::setTimeStamp | ( | long | timeStamp | ) | [inline] |
| timeStamp | the timeStamp to set |
String com::cosylab::acs::maci::AuthenticationData::answer [private] |
Answer to authentication question.
Referenced by getAnswer().
Client type.
Referenced by getClientType().
long com::cosylab::acs::maci::AuthenticationData::executionId [private] |
Execution ID. Ignored if 0.
Referenced by getExecutionId().
Client implementation language.
Referenced by getImplLang().
boolean com::cosylab::acs::maci::AuthenticationData::recover [private] |
Try to reciver flag.
Referenced by isRecover().
long com::cosylab::acs::maci::AuthenticationData::timeStamp [private] |
Timestamp of client start-up. Ignored if 0.
Referenced by getTimeStamp().
1.6.2