| Interface | Description |
|---|---|
| RepeatingFilePasswordProvider |
A
FilePasswordProvider augmented to support repeatedly asking for
passwords. |
| ServerKeyLookup |
Offers operations to retrieve server keys from known_hosts files.
|
| Class | Description |
|---|---|
| CachingKeyPairProvider |
A
EncryptedFileKeyPairProvider that uses an external
KeyCache. |
| EncryptedFileKeyPairProvider |
A
FileKeyPairProvider that asks repeatedly for a passphrase for an
encrypted private key if the FilePasswordProvider is a
RepeatingFilePasswordProvider. |
| GssApiMechanisms |
Global repository of GSS-API mechanisms that we can use.
|
| GssApiWithMicAuthentication |
GSSAPI-with-MIC authentication handler (Kerberos 5).
|
| GssApiWithMicAuthFactory |
Factory to create
GssApiWithMicAuthentication handlers. |
| JGitClientSession |
A
ClientSession that can
be associated with the HostConfigEntry the session was created for. |
| JGitHostConfigEntry |
A
HostConfigEntry that provides access to the multi-valued keys as
lists of strings. |
| JGitPasswordAuthentication |
A password authentication handler that uses the
JGitUserInteraction
to ask the user for the password. |
| JGitPasswordAuthFactory |
A customized
UserAuthPasswordFactory that creates instance of
JGitPasswordAuthentication. |
| JGitPublicKeyAuthentication |
A specialized public key authentication handler that uses our own
JGitPublicKeyIterator. |
| JGitPublicKeyAuthFactory |
A customized authentication factory for public key user authentication.
|
| JGitPublicKeyIterator |
A new iterator over key pairs that we use instead of the default
UserAuthPublicKeyIterator, which
in its constructor does some strange Stream "magic"
that ends up loading keys prematurely. |
| JGitSshClient |
Customized
SshClient for JGit. |
| JGitSshConfig |
A
HostConfigEntryResolver adapted specifically for JGit. |
| JGitUserInteraction |
A
UserInteraction callback implementation based on a
CredentialsProvider. |
| KnownHostEntryReader |
Apache MINA sshd 2.0.0 KnownHostEntry cannot read a host entry line like
"host:port ssh-rsa
|
| OpenSshServerKeyVerifier |
A sever host key verifier that honors the
StrictHostKeyChecking and
UserKnownHostsFile values from the ssh configuration. |
| PasswordProviderWrapper |
A bridge from sshd's
RepeatingFilePasswordProvider to our
KeyPasswordProvider API. |
| SshdText |
Externalized text messages for localization.
|
| Enum | Description |
|---|---|
| RepeatingFilePasswordProvider.ResourceDecodeResult |
Copyright © 2019 Eclipse JGit Project. All rights reserved.