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 voidhandle(Callback[] callbacks)voidinit(Configuration config)
-
-
-
Method Detail
-
init
public void init(Configuration config)
- Specified by:
initin interfaceConfiguredCallbackHandler
-
handle
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
UnsupportedCallbackException
-
-