com.metamatrix.platform.security.api
Class LogonResult

java.lang.Object
  extended by 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

Constructor Summary
LogonResult()
           
LogonResult(MetaMatrixSessionID sessionID, java.lang.String userName, java.util.Properties productInfo, long pingInterval, java.lang.String clusterName)
           
 
Method Summary
 java.lang.String getClusterName()
           
 long getPingInterval()
           
 java.lang.String getProductInfo(java.lang.String key)
           
 MetaMatrixSessionID getSessionID()
          Get the sessionID.
 java.util.TimeZone getTimeZone()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogonResult

public LogonResult()

LogonResult

public LogonResult(MetaMatrixSessionID sessionID,
                   java.lang.String userName,
                   java.util.Properties productInfo,
                   long pingInterval,
                   java.lang.String clusterName)
Method Detail

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.