Uses of Class
org.teiid.dqp.service.SessionServiceException
-
Packages that use SessionServiceException Package Description org.teiid.dqp.service -
-
Uses of SessionServiceException in org.teiid.dqp.service
Methods in org.teiid.dqp.service that throw SessionServiceException Modifier and Type Method Description SessionMetadata
SessionService. createSession(String vdbName, String vdbVersion, AuthenticationType authType, String user, Credentials credential, String applicationName, Properties connProps)
Create a session for the given user authenticating against the givenCredentials
.int
SessionService. getActiveSessionsCount()
Get the number of active user sessions on the system.SessionMetadata
SessionService. validateSession(String 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.
-