Interface | Description |
---|---|
KeyCache |
A cache for
KeyPair s. |
KeyPasswordProvider |
A
KeyPasswordProvider provides passwords for encrypted private keys. |
ProxyDataFactory |
Interface for obtaining
ProxyData to connect through some proxy. |
ServerKeyDatabase |
An interface for a database of known server keys, supporting finding all
known keys and also deciding whether a server key is to be accepted.
|
ServerKeyDatabase.Configuration |
A simple provider for ssh config settings related to host key checking.
|
SessionCloseListener |
A
SessionCloseListener is invoked when a SshdSession is
closed. |
Class | Description |
---|---|
DefaultProxyDataFactory |
A default implementation of a
ProxyDataFactory based on the standard
ProxySelector . |
IdentityPasswordProvider |
A
KeyPasswordProvider based on a CredentialsProvider . |
IdentityPasswordProvider.State |
A simple state object for repeated attempts to get a password for a
resource.
|
JGitKeyCache |
A simple
KeyCache . |
ProxyData |
A DTO encapsulating the data needed to connect through a proxy server.
|
SshdSession |
An implementation of
RemoteSession based on Apache MINA sshd. |
SshdSessionFactory |
A
SshSessionFactory that uses Apache MINA sshd. |
Enum | Description |
---|---|
ServerKeyDatabase.Configuration.StrictHostKeyChecking |
The possible values for the "StrictHostKeyChecking" ssh config.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.