Uses of Class
org.teiid.client.security.LogonResult
-
Packages that use LogonResult Package Description org.teiid.client.security org.teiid.gss org.teiid.net org.teiid.net.socket org.teiid.transport -
-
Uses of LogonResult in org.teiid.client.security
Methods in org.teiid.client.security that return LogonResult Modifier and Type Method Description LogonResult
ILogon. logon(Properties connectionProperties)
LogonResult
ILogon. neogitiateGssLogin(Properties connectionProperties, byte[] serviceToken, boolean createSession)
-
Uses of LogonResult in org.teiid.gss
Methods in org.teiid.gss that return LogonResult Modifier and Type Method Description static LogonResult
MakeGSS. authenticate(ILogon logon, Properties props)
-
Uses of LogonResult in org.teiid.net
Methods in org.teiid.net that return LogonResult Modifier and Type Method Description LogonResult
ServerConnection. getLogonResult()
-
Uses of LogonResult in org.teiid.net.socket
Methods in org.teiid.net.socket that return LogonResult Modifier and Type Method Description LogonResult
SocketServerConnection. getLogonResult()
-
Uses of LogonResult in org.teiid.transport
Methods in org.teiid.transport that return LogonResult Modifier and Type Method Description LogonResult
LocalServerConnection. getLogonResult()
LogonResult
LogonImpl. logon(Properties connProps)
LogonResult
LogonImpl. neogitiateGssLogin(Properties connProps, byte[] serviceTicket, boolean createSession)
-