Uses of Class
com.metamatrix.platform.security.api.MetaMatrixSessionID

Packages that use MetaMatrixSessionID
com.metamatrix.platform.security.api   
 

Uses of MetaMatrixSessionID in com.metamatrix.platform.security.api
 

Methods in com.metamatrix.platform.security.api that return MetaMatrixSessionID
 MetaMatrixSessionID MetaMatrixSessionInfo.getSessionID()
           
 MetaMatrixSessionID LogonResult.getSessionID()
          Get the sessionID.
 MetaMatrixSessionID SessionToken.getSessionID()
          Returns unique session identifier
 

Methods in com.metamatrix.platform.security.api with parameters of type MetaMatrixSessionID
 void ILogon.assertIdentity(MetaMatrixSessionID sessionId)
           
 int MetaMatrixSessionID.compareTo(MetaMatrixSessionID obj)
          Compares this object to another.
 

Constructors in com.metamatrix.platform.security.api with parameters of type MetaMatrixSessionID
LogonResult(MetaMatrixSessionID sessionID, java.lang.String userName, java.util.Properties productInfo, long pingInterval, java.lang.String clusterName)
           
MetaMatrixSessionInfo(MetaMatrixSessionID sessionID, java.lang.String userName, long timeCreated, java.lang.String applicationName, int state, java.lang.String clusterName, java.util.Properties productInfo, java.lang.String product, java.lang.String clientIp, java.lang.String clientHostname)
          Master constructor, allows a MetaMatrixSessionInfo to be created with any state and any timestamps.
SessionToken(MetaMatrixSessionID id, java.lang.String userName)
          The primary constructor that specifies the id, userName, and product info for the session represented by this token.
 



Copyright © 2009. All Rights Reserved.