Public Member Functions

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)

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 
)

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 (  ) 
Returns:
the answer
ClientType com.cosylab.acs.maci.AuthenticationData.getClientType (  ) 
Returns:
the clientType

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

long com.cosylab.acs.maci.AuthenticationData.getExecutionId (  ) 
Returns:
the executionId

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

ImplLang com.cosylab.acs.maci.AuthenticationData.getImplLang (  ) 
Returns:
the implLang

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

long com.cosylab.acs.maci.AuthenticationData.getTimeStamp (  ) 
Returns:
the timeStamp

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

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties