Uses of Class
net.sourceforge.jtds.util.SSPIJNIClient
-
Packages that use SSPIJNIClient Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.util -
-
Uses of SSPIJNIClient in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as SSPIJNIClient Modifier and Type Field Description private static SSPIJNIClient
TdsCore. sspiJNIClient
A reference to ntlm.SSPIJNIClient. -
Uses of SSPIJNIClient in net.sourceforge.jtds.util
Fields in net.sourceforge.jtds.util declared as SSPIJNIClient Modifier and Type Field Description private static SSPIJNIClient
SSPIJNIClient. thisInstance
Singleton instance.Methods in net.sourceforge.jtds.util that return SSPIJNIClient Modifier and Type Method Description static SSPIJNIClient
SSPIJNIClient. getInstance()
Returns the singletonSSPIJNIClient
instance.
-