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(SessionToken token, java.util.Properties productInfo, java.lang.String clusterName)
           
 
Method Summary
 java.lang.String getClusterName()
           
 java.lang.String getProductInfo(java.lang.String key)
           
 MetaMatrixSessionID getSessionID()
          Get the sessionID.
 SessionToken getSessionToken()
           
 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(SessionToken token,
                   java.util.Properties productInfo,
                   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()

getClusterName

public java.lang.String getClusterName()

getSessionToken

public SessionToken getSessionToken()


Copyright © 2009. All Rights Reserved.