|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.CredentialsProvider
org.eclipse.jgit.awtui.AwtCredentialsProvider
public class AwtCredentialsProvider
Interacts with the user during authentication by using AWT/Swing dialogs.
Constructor Summary | |
---|---|
AwtCredentialsProvider()
|
Method Summary | |
---|---|
boolean |
get(URIish uri,
CredentialItem... items)
|
static void |
install()
Install this implementation as the default. |
boolean |
isInteractive()
|
boolean |
supports(CredentialItem... items)
|
Methods inherited from class org.eclipse.jgit.transport.CredentialsProvider |
---|
get, getDefault, setDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AwtCredentialsProvider()
Method Detail |
---|
public static void install()
public boolean isInteractive()
isInteractive
in class CredentialsProvider
public boolean supports(CredentialItem... items)
supports
in class CredentialsProvider
public boolean get(URIish uri, CredentialItem... items) throws UnsupportedCredentialItem
get
in class CredentialsProvider
UnsupportedCredentialItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |