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

Packages that use SessionServiceException
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.session.service   
 

Uses of SessionServiceException in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that throw SessionServiceException
 void SessionServiceInterface.closeSession(MetaMatrixSessionID sessionID)
          Closes the specified session.
 MetaMatrixSessionInfo SessionServiceInterface.createSession(java.lang.String userName, Credentials credentials, java.io.Serializable trustedToken, java.lang.String applicationName, java.util.Properties properties)
          Create a session for the given user authenticating against the given Credentials.
 java.util.Collection SessionServiceInterface.getActiveSessions()
          Get the collection of active user sessions on the system.
 int SessionServiceInterface.getActiveSessionsCount()
          Get the number of active user sessions on the system.
 MetaMatrixPrincipal SessionServiceInterface.getPrincipal(MetaMatrixSessionID sessionID)
          Returns a MetaMatrixPrincipal object describing the owner (user) of the indicated session.
 java.util.Collection SessionServiceInterface.getSessionsLoggedInToVDB(java.lang.String VDBName, java.lang.String VDBVersion)
          Get all MetaMatrixSessionIDs that are in the ACTIVE state and currently logged in to a VDB.
 boolean SessionServiceInterface.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
          Terminates the specified session.
 MetaMatrixSessionInfo SessionServiceInterface.validateSession(MetaMatrixSessionID sessionID)
          This method is intended to verify that the session is valid, and, if need be, set the session in an active state, ready to be used.
 

Uses of SessionServiceException in com.metamatrix.platform.security.session.service
 

Methods in com.metamatrix.platform.security.session.service that throw SessionServiceException
 void SessionServiceImpl.closeSession(MetaMatrixSessionID sessionID)
           
 MetaMatrixSessionInfo SessionServiceImpl.createSession(java.lang.String userName, Credentials credentials, java.io.Serializable trustedToken, java.lang.String applicationName, java.util.Properties properties)
           
 java.util.Collection<MetaMatrixSessionInfo> SessionServiceImpl.getActiveSessions()
           
 int SessionServiceImpl.getActiveSessionsCount()
           
 MetaMatrixPrincipal SessionServiceImpl.getPrincipal(MetaMatrixSessionID sessionID)
           
 java.util.Collection<MetaMatrixSessionInfo> SessionServiceImpl.getSessionsLoggedInToVDB(java.lang.String VDBName, java.lang.String VDBVersion)
           
 boolean SessionServiceImpl.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
           
 MetaMatrixSessionInfo SessionServiceImpl.validateSession(MetaMatrixSessionID sessionID)
           
 



Copyright © 2009. All Rights Reserved.