Class AwtAuthenticator

java.lang.Object
java.net.Authenticator
org.eclipse.jgit.util.CachedAuthenticator
org.eclipse.jgit.awtui.AwtAuthenticator

public class AwtAuthenticator extends org.eclipse.jgit.util.CachedAuthenticator
Basic network prompt for username/password when using AWT.
  • Constructor Details

    • AwtAuthenticator

      public AwtAuthenticator()
  • Method Details

    • install

      public static void install()
      Install this authenticator implementation into the JVM.
    • promptPasswordAuthentication

      protected PasswordAuthentication promptPasswordAuthentication()
      Specified by:
      promptPasswordAuthentication in class org.eclipse.jgit.util.CachedAuthenticator