|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.awtui.AwtAuthenticator.CachedAuthentication
public static class AwtAuthenticator.CachedAuthentication
Authentication data to remember and reuse.
| Constructor Summary | |
|---|---|
AwtAuthenticator.CachedAuthentication(java.lang.String aHost,
int aPort,
java.lang.String aUser,
java.lang.String aPass)
Create a new cached authentication. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AwtAuthenticator.CachedAuthentication(java.lang.String aHost,
int aPort,
java.lang.String aUser,
java.lang.String aPass)
aHost - system this is for.aPort - port number of the service.aUser - username at the service.aPass - password at the service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||