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 SSPIJNIClientTdsCore. sspiJNIClientA 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 SSPIJNIClientSSPIJNIClient. thisInstanceSingleton instance.Methods in net.sourceforge.jtds.util that return SSPIJNIClient Modifier and Type Method Description static SSPIJNIClientSSPIJNIClient. getInstance()Returns the singletonSSPIJNIClientinstance.
-