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
FileKeyPairProvider that uses an external KeyCache . |
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 . |
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.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.