|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.Authenticator
org.eclipse.jgit.util.CachedAuthenticator
org.eclipse.jgit.awtui.AwtAuthenticator
public class AwtAuthenticator
Basic network prompt for username/password when using AWT.
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 |
---|
java.net.Authenticator.RequestorType |
Constructor Summary | |
---|---|
AwtAuthenticator()
|
Method Summary | |
---|---|
static void |
install()
Install this authenticator implementation into the JVM. |
protected java.net.PasswordAuthentication |
promptPasswordAuthentication()
|
Methods inherited from class org.eclipse.jgit.util.CachedAuthenticator |
---|
add, getPasswordAuthentication |
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 |
Constructor Detail |
---|
public AwtAuthenticator()
Method Detail |
---|
public static void install()
protected java.net.PasswordAuthentication promptPasswordAuthentication()
promptPasswordAuthentication
in class CachedAuthenticator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |