Class ServerLoginCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public class ServerLoginCallbackHandler
    extends Object
    implements CallbackHandler
    This is the default callback handler provided by the application client container.

    The container tries to use the application specified callback handler (if provided). If there is no callback handler or if the handler cannot be instantiated then this default handler is used.

    • Constructor Detail

      • ServerLoginCallbackHandler

        public ServerLoginCallbackHandler​(String username,
                                          char[] password)
      • ServerLoginCallbackHandler

        public ServerLoginCallbackHandler​(String username,
                                          char[] password,
                                          String moduleID)
      • ServerLoginCallbackHandler

        public ServerLoginCallbackHandler()