Package org.eclipse.jgit.console
Class ConsoleAuthenticator
java.lang.Object
java.net.Authenticator
org.eclipse.jgit.util.CachedAuthenticator
org.eclipse.jgit.console.ConsoleAuthenticator
Basic network prompt for username/password when using the console.
- Since:
- 4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.util.CachedAuthenticator
CachedAuthenticator.CachedAuthentication
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
static void
install()
Install this authenticator implementation into the JVM.protected PasswordAuthentication
Prompt for and request authentication from the end-user.Methods inherited from class org.eclipse.jgit.util.CachedAuthenticator
add, getPasswordAuthentication
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Field Details
-
cons
-
-
Constructor Details
-
ConsoleAuthenticator
public ConsoleAuthenticator()
-
-
Method Details
-
install
public static void install()Install this authenticator implementation into the JVM. -
promptPasswordAuthentication
Prompt for and request authentication from the end-user.- Specified by:
promptPasswordAuthentication
in classCachedAuthenticator
- Returns:
- the authentication data; null if the user canceled the request and does not want to continue.
-
formatRealm
-