Class |
Description |
AbstractAuthenticationHandler<ParameterType,TokenType> |
|
AbstractClientProxyConnector |
|
AbstractConnector |
Provides some utility methods for implementing Connector s.
|
AuthenticationCanceledException |
An exception to report that the user canceled the SSH authentication.
|
AuthenticationChallenge |
A simple representation of an authentication challenge as sent in a
"WWW-Authenticate" or "Proxy-Authenticate" header.
|
AuthenticationHandler<ParameterType,TokenType> |
An AuthenticationHandler encapsulates a possibly multi-step
authentication protocol.
|
AuthenticationLogger |
Provides a log of authentication attempts for a ClientSession .
|
BasicAuthentication<ParameterType,TokenType> |
An abstract implementation of a username-password authentication.
|
CachingKeyPairProvider |
A FileKeyPairProvider that uses an external KeyCache .
|
Connector |
Simple interface for connecting to something and making RPC-style
request-reply calls.
|
ConnectorFactory |
|
ConnectorFactory.ConnectorDescriptor |
|
ConnectorFactoryProvider |
|
DefaultProxyDataFactory |
|
GssApiAuthentication<ParameterType,TokenType> |
An abstract implementation of a GSS-API multi-round authentication.
|
GssApiMechanisms |
Global repository of GSS-API mechanisms that we can use.
|
GssApiWithMicAuthentication |
GSSAPI-with-MIC authentication handler (Kerberos 5).
|
GssApiWithMicAuthenticationReporter |
|
GssApiWithMicAuthFactory |
|
HttpClientConnector |
Simple HTTP proxy connector using Basic Authentication.
|
HttpParser |
A basic parser for HTTP response headers.
|
HttpParser.ParseException |
An exception indicating some problem parsing HTPP headers.
|
IdentityPasswordProvider |
|
IdentityPasswordProvider.State |
A simple state object for repeated attempts to get a password for a
resource.
|
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 |
|
JGitHostConfigEntry |
A HostConfigEntry that provides access to the multi-valued keys as
lists of strings.
|
JGitKeyCache |
|
JGitPasswordAuthentication |
A password authentication handler that respects the
NumberOfPasswordPrompts ssh config.
|
JGitPasswordAuthFactory |
|
JGitPublicKeyAuthentication |
Custom UserAuthPublicKey implementation for handling SSH config
PubkeyAcceptedAlgorithms and interaction with the SSH agent.
|
JGitPublicKeyAuthFactory |
A customized authentication factory for public key user authentication.
|
JGitServerKeyVerifier |
A bridge between the ServerKeyVerifier from Apache MINA sshd and our
ServerKeyDatabase .
|
JGitSshAgentFactory |
|
JGitSshClient |
Customized SshClient for JGit.
|
JGitSshConfig |
A bridge between a JGit SshConfigStore and the Apache MINA sshd
HostConfigEntryResolver .
|
JGitUserInteraction |
|
KeyCache |
|
KeyPasswordProvider |
A KeyPasswordProvider provides passwords for encrypted private keys.
|
KnownHostEntryReader |
Apache MINA sshd 2.0.0 KnownHostEntry cannot read a host entry line like
"host:port ssh-rsa "; it complains about an illegal character in the
host name (correct would be "[host]:port").
|
OpenSshServerKeyDatabase |
A sever host key verifier that honors the StrictHostKeyChecking and
UserKnownHostsFile values from the ssh configuration.
|
PasswordProviderWrapper |
|
ProxyData |
A DTO encapsulating the data needed to connect through a proxy server.
|
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.
|
ServerKeyDatabase.Configuration.StrictHostKeyChecking |
The possible values for the "StrictHostKeyChecking" ssh config.
|
ServerKeyLookup |
Offers operations to retrieve server keys from known_hosts files.
|
SessionCloseListener |
A SessionCloseListener is invoked when a SshdSession is
closed.
|
Socks5ClientConnector |
|
SshAgentClient |
A client for an SSH2 agent.
|
SshdSession |
|
SshdSessionFactory |
|
SshdSessionFactoryBuilder |
|
SshdSessionFactoryBuilder.ConfigStoreFactory |
|
SshdText |
Externalized text messages for localization.
|
StatefulProxyConnector |
Some proxy connections are stateful and require the exchange of multiple
request-reply messages.
|
StatusLine |
A very simple representation of a HTTP status line.
|