パッケージ org.postgresql.ssl
クラス LibPQFactory.ConsoleCallbackHandler
java.lang.Object
org.postgresql.ssl.LibPQFactory.ConsoleCallbackHandler
- すべての実装されたインタフェース:
CallbackHandler
- 含まれているクラス:
- LibPQFactory
A CallbackHandler that reads the password from the console or returns the password given to its
constructor.
-
メソッドの概要
-
メソッドの詳細
-
handle
Handles the callbacks.- 定義:
handle
インタフェース内CallbackHandler
- パラメータ:
callbacks
- The callbacks to handle- 例外:
UnsupportedCallbackException
- If the console is not available or other than PasswordCallback is suppliedIOException
-