Uses of Class
org.eclipse.jgit.transport.CredentialItem
-
Packages that use CredentialItem Package Description org.eclipse.jgit.awtui org.eclipse.jgit.console org.eclipse.jgit.junit.ssh org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of CredentialItem in org.eclipse.jgit.awtui
Methods in org.eclipse.jgit.awtui with parameters of type CredentialItem Modifier and Type Method Description booleanAwtCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.private static booleanAwtCredentialsProvider. interactive(URIish uri, CredentialItem[] items)booleanAwtCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems. -
Uses of CredentialItem in org.eclipse.jgit.console
Methods in org.eclipse.jgit.console with parameters of type CredentialItem Modifier and Type Method Description booleanConsoleCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanConsoleCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems. -
Uses of CredentialItem in org.eclipse.jgit.junit.ssh
Fields in org.eclipse.jgit.junit.ssh with type parameters of type CredentialItem Modifier and Type Field Description private java.util.List<CredentialItem>SshTestHarness.LogEntry. itemsMethods in org.eclipse.jgit.junit.ssh that return types with arguments of type CredentialItem Modifier and Type Method Description java.util.List<CredentialItem>SshTestHarness.LogEntry. getItems()Methods in org.eclipse.jgit.junit.ssh with parameters of type CredentialItem Modifier and Type Method Description booleanSshTestHarness.TestCredentialsProvider. get(URIish uri, CredentialItem... items)private voidSshTestHarness.TestCredentialsProvider. logItems(URIish uri, CredentialItem... items)booleanSshTestHarness.TestCredentialsProvider. supports(CredentialItem... items)Constructor parameters in org.eclipse.jgit.junit.ssh with type arguments of type CredentialItem Constructor Description LogEntry(URIish uri, java.util.List<CredentialItem> items) -
Uses of CredentialItem in org.eclipse.jgit.transport
Subclasses of CredentialItem in org.eclipse.jgit.transport Modifier and Type Class Description static classCredentialItem.CharArrayTypeAn item whose value is stored as a char[] and is therefore clearable.static classCredentialItem.InformationalMessageAn advice message presented to the user, with no response required.static classCredentialItem.PasswordPrompt for a password, which is masked on input.static classCredentialItem.StringTypeAn item whose value is stored as a string.static classCredentialItem.UsernamePrompt for a username, which is not masked on input.static classCredentialItem.YesNoTypeAn item whose value is a boolean choice, presented as Yes/No.Methods in org.eclipse.jgit.transport that return CredentialItem Modifier and Type Method Description CredentialItem[]TransportHttp.CredentialItems. items()Methods in org.eclipse.jgit.transport with parameters of type CredentialItem Modifier and Type Method Description booleanChainingCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.abstract booleanCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanNetRCCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanUsernamePasswordCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.protected static booleanCredentialsProvider. isAnyNull(CredentialItem... items)Whether any of the passed items is nullbooleanChainingCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems.abstract booleanCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems.booleanNetRCCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems.booleanUsernamePasswordCredentialsProvider. supports(CredentialItem... items)Check if the provider can supply the necessaryCredentialItems.Method parameters in org.eclipse.jgit.transport with type arguments of type CredentialItem Modifier and Type Method Description booleanCredentialsProvider. get(URIish uri, java.util.List<CredentialItem> items)Ask for the credential items to be populated.
-