Uses of Class
org.eclipse.jgit.errors.UnsupportedCredentialItem
Packages that use UnsupportedCredentialItem
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of UnsupportedCredentialItem in org.eclipse.jgit.awtui
Methods in org.eclipse.jgit.awtui that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionboolean
AwtCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated. -
Uses of UnsupportedCredentialItem in org.eclipse.jgit.console
Methods in org.eclipse.jgit.console that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionboolean
ConsoleCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated. -
Uses of UnsupportedCredentialItem in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionprivate org.bouncycastle.openpgp.PGPSecretKey
BouncyCastleGpgKeyLocator.attemptParseSecretKey
(Path keyFile, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) BouncyCastleGpgKeyLocator.findSecretKey()
If there is a private key directory containing keys, use pubring.kbx or pubring.gpg to find the public key; then try to find the secret key in the directory.private BouncyCastleGpgKey
BouncyCastleGpgKeyLocator.findSecretKeyForKeyBoxPublicKey
(org.bouncycastle.openpgp.PGPPublicKey publicKey, Path userKeyboxPath) char[]
BouncyCastleGpgKeyPassphrasePrompt.getPassphrase
(byte[] keyFingerprint, Path keyLocation) Prompts use for a passphrase unless one was cached from a previous prompt.private BouncyCastleGpgKey
BouncyCastleGpgSigner.locateSigningKey
(String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) -
Uses of UnsupportedCredentialItem in org.eclipse.jgit.gpg.bc.internal.keys
Methods in org.eclipse.jgit.gpg.bc.internal.keys that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionchar[]
SecretKeys.PassphraseSupplier.getPassphrase()
Supplies a passphrase.static org.bouncycastle.openpgp.PGPSecretKey
SecretKeys.readSecretKey
(InputStream in, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) Reads a GPG secret key from the given stream. -
Uses of UnsupportedCredentialItem in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionboolean
ChainingCredentialsProvider.get
(URIish uri, CredentialItem... items) Ask for the credential items to be populated.boolean
CredentialsProvider.get
(URIish uri, List<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.