|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.net.Authenticator
org.eclipse.jgit.awtui.AwtAuthenticator
public class AwtAuthenticator
Basic network prompt for username/password when using AWT.
| Nested Class Summary | |
|---|---|
static class |
AwtAuthenticator.CachedAuthentication
Authentication data to remember and reuse. |
| Nested classes/interfaces inherited from class java.net.Authenticator |
|---|
java.net.Authenticator.RequestorType |
| Constructor Summary | |
|---|---|
AwtAuthenticator()
|
|
| Method Summary | |
|---|---|
static void |
add(AwtAuthenticator.CachedAuthentication ca)
Add a cached authentication for future use. |
protected java.net.PasswordAuthentication |
getPasswordAuthentication()
|
static void |
install()
Install this authenticator implementation into the JVM. |
| 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()
public static void add(AwtAuthenticator.CachedAuthentication ca)
ca - the information we should remember.protected java.net.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class java.net.Authenticator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||