Uses of Class
org.teiid.client.security.SessionToken
-
Packages that use SessionToken Package Description org.teiid.adminapi.impl org.teiid.client.security org.teiid.dqp.internal.process org.teiid.transport -
-
Uses of SessionToken in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return SessionToken Modifier and Type Method Description SessionToken
SessionMetadata. getSessionToken()
Methods in org.teiid.adminapi.impl with parameters of type SessionToken Modifier and Type Method Description void
SessionMetadata. setSessionToken(SessionToken sessionToken)
-
Uses of SessionToken in org.teiid.client.security
Methods in org.teiid.client.security that return SessionToken Modifier and Type Method Description SessionToken
LogonResult. getSessionToken()
Methods in org.teiid.client.security with parameters of type SessionToken Modifier and Type Method Description void
ILogon. assertIdentity(SessionToken sessionId)
Constructors in org.teiid.client.security with parameters of type SessionToken Constructor Description LogonResult(SessionToken token, String vdbName, String clusterName)
-
Uses of SessionToken in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SessionToken Modifier and Type Method Description SessionToken
DQPWorkContext. getSessionToken()
-
Uses of SessionToken in org.teiid.transport
Methods in org.teiid.transport with parameters of type SessionToken Modifier and Type Method Description void
LogonImpl. assertIdentity(SessionToken checkSession)
-