パッケージ org.postgresql.sspi
インタフェース ISSPIClient
- 既知の実装クラスのリスト:
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.
-
メソッドの概要
-
メソッドの詳細
-
isSSPISupported
boolean isSSPISupported() -
startSSPI
-
continueSSPI
-
dispose
void dispose()
-