org.eclipse.jgit.console
Class ConsoleAuthenticator
java.lang.Object
java.net.Authenticator
org.eclipse.jgit.util.CachedAuthenticator
org.eclipse.jgit.console.ConsoleAuthenticator
public class ConsoleAuthenticator
- extends CachedAuthenticator
Basic network prompt for username/password when using the console.
Methods inherited from class java.net.Authenticator |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleAuthenticator
public ConsoleAuthenticator()
install
public static void install()
- Install this authenticator implementation into the JVM.
promptPasswordAuthentication
protected PasswordAuthentication promptPasswordAuthentication()
- Specified by:
promptPasswordAuthentication
in class CachedAuthenticator
Copyright © 2011. All Rights Reserved.