Uses of Class
org.teiid.client.security.LogonException
-
Packages that use LogonException Package Description org.teiid.client.security org.teiid.dqp.service org.teiid.gss org.teiid.services org.teiid.transport -
-
Uses of LogonException in org.teiid.client.security
Methods in org.teiid.client.security that throw LogonException Modifier and Type Method Description LogonResult
ILogon. logon(Properties connectionProperties)
LogonResult
ILogon. neogitiateGssLogin(Properties connectionProperties, byte[] serviceToken, boolean createSession)
-
Uses of LogonException in org.teiid.dqp.service
Methods in org.teiid.dqp.service that throw LogonException Modifier and Type Method Description AuthenticationType
SessionService. getAuthenticationType(String vdbName, String version, String user)
GSSResult
SessionService. neogitiateGssLogin(String user, String vdbName, String vdbVersion, byte[] serviceTicket)
-
Uses of LogonException in org.teiid.gss
Methods in org.teiid.gss that throw LogonException Modifier and Type Method Description static LogonResult
MakeGSS. authenticate(ILogon logon, Properties props)
-
Uses of LogonException in org.teiid.services
Methods in org.teiid.services that throw LogonException Modifier and Type Method Description AuthenticationType
SessionServiceImpl. getAuthenticationType(String vdbName, String version, String userName)
GSSResult
SessionServiceImpl. neogitiateGssLogin(String user, String vdbName, String vdbVersion, byte[] serviceTicket)
-
Uses of LogonException in org.teiid.transport
Methods in org.teiid.transport that throw LogonException Modifier and Type Method Description LogonResult
LogonImpl. logon(Properties connProps)
GSSResult
LogonImpl. neogitiateGssLogin(byte[] serviceTicket, String vdbName, String vdbVersion, String user)
LogonResult
LogonImpl. neogitiateGssLogin(Properties connProps, byte[] serviceTicket, boolean createSession)
-