Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
CredentialItem.CharArrayType |
An item whose value is stored as a char[] and is therefore clearable.
|
static class |
CredentialItem.InformationalMessage |
An advice message presented to the user, with no response required.
|
static class |
CredentialItem.Password |
Prompt for a password, which is masked on input.
|
static class |
CredentialItem.StringType |
An item whose value is stored as a string.
|
static class |
CredentialItem.Username |
Prompt for a username, which is not masked on input.
|
static class |
CredentialItem.YesNoType |
An item whose value is a boolean choice, presented as Yes/No.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ChainingCredentialsProvider.get(URIish uri,
CredentialItem... items) |
Populates the credential items with the credentials provided by the first
credential provider in the list which populates them with non-null values
|
abstract boolean |
CredentialsProvider.get(URIish uri,
CredentialItem... items) |
Ask for the credential items to be populated.
|
boolean |
NetRCCredentialsProvider.get(URIish uri,
CredentialItem... items) |
|
boolean |
UsernamePasswordCredentialsProvider.get(URIish uri,
CredentialItem... items) |
|
boolean |
ChainingCredentialsProvider.supports(CredentialItem... items) |
|
abstract boolean |
CredentialsProvider.supports(CredentialItem... items) |
Check if the provider can supply the necessary
CredentialItem s. |
boolean |
NetRCCredentialsProvider.supports(CredentialItem... items) |
|
boolean |
UsernamePasswordCredentialsProvider.supports(CredentialItem... items) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
CredentialsProvider.get(URIish uri,
List<CredentialItem> items) |
Ask for the credential items to be populated.
|
Copyright © 2018. All rights reserved.