Class ClientCallbackHandler

java.lang.Object
org.wildfly.mcp.ClientCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ClientCallbackHandler extends Object implements CallbackHandler
A CallbackHandler implementation to supply the username and password if required when connecting to the server - if these are not available the user will be prompted to supply them.
Author:
Darran Lofthouse