com::cosylab::acs::maci::AuthenticationData Class Reference

Collaboration diagram for com::cosylab::acs::maci::AuthenticationData:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Authentication data structure.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Constructor & Destructor Documentation

com::cosylab::acs::maci::AuthenticationData::AuthenticationData ( String  answer,
ClientType  clientType,
ImplLang  implLang,
boolean  recover,
long  timeStamp,
long  executionId 
) [inline]

Constructor.

Parameters:
answer 
clientType 
implLang 
recover 
timeStamp 
executionId 

Referenced by com::cosylab::acs::maci::plug::ClientProxyImpl::authenticate(), and com::cosylab::acs::maci::plug::ClientProxy::authenticate().


Member Function Documentation

String com::cosylab::acs::maci::AuthenticationData::getAnswer (  )  [inline]
Returns:
the answer

References answer.

ClientType com::cosylab::acs::maci::AuthenticationData::getClientType (  )  [inline]
Returns:
the clientType

References clientType.

Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().

long com::cosylab::acs::maci::AuthenticationData::getExecutionId (  )  [inline]
Returns:
the executionId

References executionId.

Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().

ImplLang com::cosylab::acs::maci::AuthenticationData::getImplLang (  )  [inline]
Returns:
the implLang

References implLang.

Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().

long com::cosylab::acs::maci::AuthenticationData::getTimeStamp (  )  [inline]
Returns:
the timeStamp

References timeStamp.

Referenced by com::cosylab::acs::maci::manager::ManagerImpl::login().

boolean com::cosylab::acs::maci::AuthenticationData::isRecover (  )  [inline]
Returns:
the recover

References recover.

void com::cosylab::acs::maci::AuthenticationData::setAnswer ( String  answer  )  [inline]
Parameters:
answer the answer to set
void com::cosylab::acs::maci::AuthenticationData::setClientType ( ClientType  clientType  )  [inline]
Parameters:
clientType the clientType to set
void com::cosylab::acs::maci::AuthenticationData::setExecutionId ( long  executionId  )  [inline]
Parameters:
executionId the executionId to set
void com::cosylab::acs::maci::AuthenticationData::setImplLang ( ImplLang  implLang  )  [inline]
Parameters:
implLang the implLang to set
void com::cosylab::acs::maci::AuthenticationData::setRecover ( boolean  recover  )  [inline]
Parameters:
recover the recover to set
void com::cosylab::acs::maci::AuthenticationData::setTimeStamp ( long  timeStamp  )  [inline]
Parameters:
timeStamp the timeStamp to set

Member Data Documentation

Answer to authentication question.

Referenced by getAnswer().

Client type.

Referenced by getClientType().

Execution ID. Ignored if 0.

Referenced by getExecutionId().

Client implementation language.

Referenced by getImplLang().

Try to reciver flag.

Referenced by isRecover().

Timestamp of client start-up. Ignored if 0.

Referenced by getTimeStamp().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2