|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Uses of SessionServiceException in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that throw SessionServiceException | |
---|---|
int |
SessionAdminAPIImpl.getActiveConnectionsCountForProduct(java.lang.String product)
Get the count of all active connections to a product. |
java.util.Collection |
SessionAdminAPIImpl.getActiveSessions()
|
int |
SessionAdminAPIImpl.getActiveSessionsCount()
Get the count of active user sessions on the system. |
MetaMatrixPrincipal |
SessionAdminAPIImpl.getPrincipal(MetaMatrixSessionID userSessionID)
Get the information for the account to which the specified session has been authenticated. |
java.lang.Boolean |
SessionAdminAPIImpl.isSessionValid(MetaMatrixSessionID userSessionID)
|
void |
SessionAdminAPIImpl.terminateSession(MetaMatrixSessionID userSessionID)
|
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.lang.String productName,
java.util.Properties properties)
Create a session for the given user authenticating against the given Credentials . |
int |
SessionServiceInterface.getActiveConnectionsCountForProduct(java.lang.String product)
Get the number of active connections for the product. |
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 MetaMatrixSessionID s 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.lang.String productName,
java.util.Properties properties)
|
int |
SessionServiceImpl.getActiveConnectionsCountForProduct(java.lang.String product)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |