Package org.postgresql.sspi
Interface ISSPIClient
-
public interface ISSPIClientUse 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontinueSSPI(int msgLength)voiddispose()booleanisSSPISupported()voidstartSSPI()
-
-
-
Method Detail
-
isSSPISupported
boolean isSSPISupported()
-
startSSPI
void startSSPI() throws SQLException, IOException- Throws:
SQLExceptionIOException
-
continueSSPI
void continueSSPI(int msgLength) throws SQLException, IOException- Throws:
SQLExceptionIOException
-
dispose
void dispose()
-
-