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

Packages that use SessionToken
com.metamatrix.platform.security.api   
com.metamatrix.server.serverapi   
 

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

Methods in com.metamatrix.platform.security.api that return SessionToken
 SessionToken MetaMatrixSessionInfo.getSessionToken()
           
 

Methods in com.metamatrix.platform.security.api with parameters of type SessionToken
 int SessionToken.compareTo(SessionToken that)
          Compares this SessionToken to another Object.
 

Uses of SessionToken in com.metamatrix.server.serverapi
 

Methods in com.metamatrix.server.serverapi that return SessionToken
 SessionToken RequestInfo.getSessionToken()
          Returns the session token that the request was submitted under.
 

Methods in com.metamatrix.server.serverapi with parameters of type SessionToken
 void RequestInfo.setSessionToken(SessionToken token)
          Set the session token that the request was submitted under.
 



Copyright © 2009. All Rights Reserved.