Uses of Class
com.metamatrix.api.exception.security.SessionServiceException

Packages that use SessionServiceException
com.metamatrix.platform.admin.api   
 

Uses of SessionServiceException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw SessionServiceException
 int SessionAdminAPI.getActiveConnectionsCountForProduct(java.lang.String product)
          Get the count of all active connections to a product.
 java.util.Collection SessionAdminAPI.getActiveSessions()
          Get the collection of active user sessions on the system.
 int SessionAdminAPI.getActiveSessionsCount()
          Get the count of active user sessions on the system.
 MetaMatrixPrincipal SessionAdminAPI.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.lang.Boolean SessionAdminAPI.isSessionValid(MetaMatrixSessionID userSessionID)
           
 void SessionAdminAPI.terminateSession(MetaMatrixSessionID userSessionID)
           
 



Copyright © 2009. All Rights Reserved.