Uses of Class
org.eclipse.jgit.transport.CredentialItem
Packages that use CredentialItem
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of CredentialItem in org.eclipse.jgit.awtui
Methods in org.eclipse.jgit.awtui with parameters of type CredentialItemModifier and TypeMethodDescriptionboolean
AwtCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.private static boolean
AwtCredentialsProvider.interactive
(URIish uri, CredentialItem[] items) boolean
AwtCredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s. -
Uses of CredentialItem in org.eclipse.jgit.console
Methods in org.eclipse.jgit.console with parameters of type CredentialItemModifier and TypeMethodDescriptionboolean
ConsoleCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.boolean
ConsoleCredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s. -
Uses of CredentialItem in org.eclipse.jgit.junit.ssh
Fields in org.eclipse.jgit.junit.ssh with type parameters of type CredentialItemMethods in org.eclipse.jgit.junit.ssh that return types with arguments of type CredentialItemMethods in org.eclipse.jgit.junit.ssh with parameters of type CredentialItemModifier and TypeMethodDescriptionboolean
SshTestHarness.TestCredentialsProvider.get
(URIish uri, CredentialItem... items) private void
SshTestHarness.TestCredentialsProvider.logItems
(URIish uri, CredentialItem... items) boolean
SshTestHarness.TestCredentialsProvider.supports
(CredentialItem... items) Constructor parameters in org.eclipse.jgit.junit.ssh with type arguments of type CredentialItem -
Uses of CredentialItem in org.eclipse.jgit.transport
Subclasses of CredentialItem in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic class
An item whose value is stored as a char[] and is therefore clearable.static class
An advice message presented to the user, with no response required.static class
Prompt for a password, which is masked on input.static class
An item whose value is stored as a string.static class
Prompt for a username, which is not masked on input.static class
An item whose value is a boolean choice, presented as Yes/No.Methods in org.eclipse.jgit.transport that return CredentialItemMethods in org.eclipse.jgit.transport with parameters of type CredentialItemModifier and TypeMethodDescriptionboolean
ChainingCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.abstract boolean
CredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.boolean
NetRCCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.boolean
UsernamePasswordCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.protected static boolean
CredentialsProvider.isAnyNull
(CredentialItem... items) Whether any of the passed items is nullboolean
ChainingCredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s.abstract boolean
CredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s.boolean
NetRCCredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s.boolean
UsernamePasswordCredentialsProvider.supports
(CredentialItem... items) Check if the provider can supply the necessaryCredentialItem
s.Method parameters in org.eclipse.jgit.transport with type arguments of type CredentialItemModifier and TypeMethodDescriptionboolean
CredentialsProvider.get
(URIish uri, List<CredentialItem> items) Ask for the credential items to be populated.