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 TypeMethodDescriptionbooleanAwtCredentialsProvider.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 TypeMethodDescriptionbooleanConsoleCredentialsProvider.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.PGPSecretKeyBouncyCastleGpgKeyLocator.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 BouncyCastleGpgKeyBouncyCastleGpgKeyLocator.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 BouncyCastleGpgKeyBouncyCastleGpgSigner.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.PGPSecretKeySecretKeys.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 TypeMethodDescriptionbooleanChainingCredentialsProvider.get(URIish uri, CredentialItem... items) Ask for the credential items to be populated.booleanCredentialsProvider.get(URIish uri, List<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.