Package org.postgresql.sspi
Interface ISSPIClient
- All Known Implementing Classes:
SSPIClient
public interface ISSPIClient
Use Waffle-JNI to support SSPI authentication when PgJDBC is running on a Windows client and talking to a Windows server.
SSPI is not supported on a non-Windows client.
-
Method Summary
-
Method Details
-
isSSPISupported
boolean isSSPISupported() -
startSSPI
- Throws:
SQLException
IOException
-
continueSSPI
- Throws:
SQLException
IOException
-
dispose
void dispose()
-