ClientData
Encapsulates a User Client data and provides functionalities.
Methods
getAditoServerId
getAditoServerId():
string
Returns
stringthe UUID of the ADITO server to which this client session belongs to.
getAditoServerName
getAditoServerName():
string
Returns
stringthe name of the ADITO server to which this client session belongs to.
getBrowserInfo
getBrowserInfo():
BrowserData
Returns
BrowserDataan BrowserData-Object that contains additional information of the browser used by the client.
getIpAddress
getIpAddress():
string
Returns
stringthe ip address of the client session
getLastActionMillis
getLastActionMillis():
number
Returns
numberthe timestamp of the last client action in the corresponding session.
getLoginTimeMillis
getLoginTimeMillis():
number
Returns
numberthe timestamp at which the client logged into the session.
getSessionId
getSessionId():
string
Returns
stringthe UUID of the client session.
getUserTitle
getUserTitle():
string
Returns
stringthe title of the user to which the session belongs