Class ConsolePasswordCallbackHandler
- java.lang.Object
-
- com.impossibl.postgres.protocol.ssl.ConsolePasswordCallbackHandler
-
- All Implemented Interfaces:
ConfiguredCallbackHandler
,CallbackHandler
public class ConsolePasswordCallbackHandler extends Object implements ConfiguredCallbackHandler
-
-
Constructor Summary
Constructors Constructor Description ConsolePasswordCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(Callback[] callbacks)
void
init(Configuration config)
-
-
-
Method Detail
-
init
public void init(Configuration config)
- Specified by:
init
in interfaceConfiguredCallbackHandler
-
handle
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
UnsupportedCallbackException
-
-