com.metamatrix.platform.security.api
Class LogonResult
java.lang.Object
com.metamatrix.platform.security.api.LogonResult
- All Implemented Interfaces:
- java.io.Serializable
public class LogonResult
- extends java.lang.Object
- implements java.io.Serializable
Dataholder for the result of ILogon.logon()
.
Contains a sessionID
Analogous to the server side SessionToken
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogonResult
public LogonResult()
LogonResult
public LogonResult(MetaMatrixSessionID sessionID,
java.lang.String userName,
java.util.Properties productInfo,
long pingInterval,
java.lang.String clusterName)
getSessionID
public MetaMatrixSessionID getSessionID()
- Get the sessionID.
- Returns:
- Since:
- 4.3
getTimeZone
public java.util.TimeZone getTimeZone()
getProductInfo
public java.lang.String getProductInfo(java.lang.String key)
getUserName
public java.lang.String getUserName()
getPingInterval
public long getPingInterval()
getClusterName
public java.lang.String getClusterName()
Copyright © 2009. All Rights Reserved.