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.
Modifier and Type | Method and Description |
---|---|
void |
continueSSPI(int msgLength) |
void |
dispose() |
boolean |
isSSPISupported() |
void |
startSSPI() |
boolean isSSPISupported()
void startSSPI() throws SQLException, IOException
SQLException
IOException
void continueSSPI(int msgLength) throws SQLException, IOException
SQLException
IOException
void dispose()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.