Package | Description |
---|---|
org.teiid.dqp.service |
Modifier and Type | Method and 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 given
Credentials . |
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.
|
Copyright © 2019. All rights reserved.