Interface | Description |
---|---|
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. |
JGitClientSession.ChainingAttributes |
An
AttributeRepository that chains together two other attribute
sources in a hierarchy. |
JGitClientSession.SessionAttributes |
A
JGitClientSession.ChainingAttributes repository that doubles as a
PropertyResolver . |
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 . |
JGitServerKeyVerifier |
A bridge between the
ServerKeyVerifier from Apache MINA sshd and our
ServerKeyDatabase . |
JGitSshClient |
Customized
SshClient for JGit. |
JGitSshConfig |
A bridge between a JGit
SshConfigStore and the Apache MINA sshd
HostConfigEntryResolver . |
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
|
OpenSshServerKeyDatabase |
A sever host key verifier that honors the
StrictHostKeyChecking and
UserKnownHostsFile values from the ssh configuration. |
PasswordProviderWrapper |
A bridge from sshd's
FilePasswordProvider to our per-session
KeyPasswordProvider API. |
SshdText |
Externalized text messages for localization.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.