Package | Description |
---|---|
org.teiid.dqp.service | |
org.teiid.services |
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.
|
Modifier and Type | Method and Description |
---|---|
SessionMetadata |
SessionServiceImpl.createSession(String vdbName,
String vdbVersion,
AuthenticationType authType,
String userName,
Credentials credentials,
String applicationName,
Properties properties) |
int |
SessionServiceImpl.getActiveSessionsCount() |
protected VDBMetaData |
SessionServiceImpl.getActiveVDB(String vdbName,
String vdbVersion) |
SessionMetadata |
SessionServiceImpl.validateSession(String sessionID) |
Copyright © 2019. All rights reserved.