Class LoginCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public class LoginCallbackHandler
    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. Note: User-defined Callback Handlers which intend to indicate cancel status must extend this class and set the ThreadLocal cancelStatus.
    • Constructor Detail

      • LoginCallbackHandler

        public LoginCallbackHandler()
      • LoginCallbackHandler

        public LoginCallbackHandler​(boolean gui)
    • Method Detail

      • getCancelStatus

        public boolean getCancelStatus()
        Check whether the authentication was cancelled by the user.
        Returns:
        boolean indicating whether the authentication was cancelled.