Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

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 


Member Function Documentation

String com::cosylab::acs::maci::AuthenticationData::getAnswer  )  [inline]
 

Returns:
the answer

ClientType com::cosylab::acs::maci::AuthenticationData::getClientType  )  [inline]
 

Returns:
the clientType

long com::cosylab::acs::maci::AuthenticationData::getExecutionId  )  [inline]
 

Returns:
the executionId

ImplLang com::cosylab::acs::maci::AuthenticationData::getImplLang  )  [inline]
 

Returns:
the implLang

long com::cosylab::acs::maci::AuthenticationData::getTimeStamp  )  [inline]
 

Returns:
the timeStamp

boolean com::cosylab::acs::maci::AuthenticationData::isRecover  )  [inline]
 

Returns:
the 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

String com::cosylab::acs::maci::AuthenticationData::answer [private]
 

Answer to authentication question.

ClientType com::cosylab::acs::maci::AuthenticationData::clientType [private]
 

Client type.

long com::cosylab::acs::maci::AuthenticationData::executionId [private]
 

Execution ID. Ignored if 0.

ImplLang com::cosylab::acs::maci::AuthenticationData::implLang [private]
 

Client implementation language.

boolean com::cosylab::acs::maci::AuthenticationData::recover [private]
 

Try to reciver flag.

long com::cosylab::acs::maci::AuthenticationData::timeStamp [private]
 

Timestamp of client start-up. Ignored if 0.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:11:13 2009 for ACS Java API by doxygen 1.3.8