public class AwtCredentialsProvider extends CredentialsProvider
Constructor and Description |
---|
AwtCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
get(URIish uri,
CredentialItem... items) |
static void |
install()
Install this implementation as the default.
|
boolean |
isInteractive() |
boolean |
supports(CredentialItem... items) |
get, getDefault, isAnyNull, reset, setDefault
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
Copyright © 2018 Eclipse JGit Project. All rights reserved.