All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractAuthenticationHandler<ParameterType,TokenType> Abstract base class forAuthenticationHandlers encapsulating basic common things.AbstractClientProxyConnector Basic common functionality for aStatefulProxyConnector.AbstractConnector Provides some utility methods for implementingConnectors.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> AnAuthenticationHandlerencapsulates a possibly multi-step authentication protocol.AuthenticationLogger Provides a log of authentication attempts for aClientSession.BasicAuthentication<ParameterType,TokenType> An abstract implementation of a username-password authentication.CachingKeyPairProvider AFileKeyPairProviderthat uses an externalKeyCache.Connector Simple interface for connecting to something and making RPC-style request-reply calls.ConnectorFactory A factory for creatingConnectors.ConnectorFactory.ConnectorDescriptor ConnectorFactoryProvider Provides aConnectorFactoryobtained via theServiceLoader.DefaultProxyDataFactory A default implementation of aProxyDataFactorybased on the standardProxySelector.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 Callback interface for recording authentication state inGssApiWithMicAuthentication.GssApiWithMicAuthFactory Factory to createGssApiWithMicAuthenticationhandlers.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 AKeyPasswordProviderbased on aCredentialsProvider.IdentityPasswordProvider.State A simple state object for repeated attempts to get a password for a resource.JGitClientSession AClientSessionthat can be associated with theHostConfigEntrythe session was created for.JGitClientSession.ChainingAttributes AnAttributeRepositorythat chains together two other attribute sources in a hierarchy.JGitClientSession.SessionAttributes AJGitClientSession.ChainingAttributesrepository that doubles as aPropertyResolver.JGitHostConfigEntry AHostConfigEntrythat provides access to the multi-valued keys as lists of strings.JGitKeyCache A simpleKeyCache.JGitPasswordAuthentication A password authentication handler that respects theNumberOfPasswordPromptsssh config.JGitPasswordAuthFactory A customizedUserAuthPasswordFactorythat creates instance ofJGitPasswordAuthentication.JGitPublicKeyAuthentication CustomUserAuthPublicKeyimplementation 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 theServerKeyVerifierfrom Apache MINA sshd and ourServerKeyDatabase.JGitSshAgentFactory A factory for creatingSshAgentClients.JGitSshClient CustomizedSshClientfor JGit.JGitSshConfig A bridge between a JGitSshConfigStoreand the Apache MINA sshdHostConfigEntryResolver.JGitUserInteraction AUserInteractioncallback implementation based on aCredentialsProvider.KeyCache A cache forKeyPairs.KeyPasswordProvider AKeyPasswordProviderprovides 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 theStrictHostKeyCheckingandUserKnownHostsFilevalues from the ssh configuration.PasswordProviderWrapper A bridge from sshd'sFilePasswordProviderto our per-sessionKeyPasswordProviderAPI.ProxyData A DTO encapsulating the data needed to connect through a proxy server.ProxyDataFactory Interface for obtainingProxyDatato 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 ASessionCloseListeneris invoked when aSshdSessionis closed.Socks5ClientConnector AAbstractClientProxyConnectorto connect through a SOCKS5 proxy.SshAgentClient A client for an SSH2 agent.SshdSession An implementation ofRemoteSessionbased on Apache MINA sshd.SshdSessionFactory ASshSessionFactorythat uses Apache MINA sshd.SshdSessionFactoryBuilder A builder API to configureSshdSessionFactories.SshdSessionFactoryBuilder.ConfigStoreFactory A factory interface for creating aSshConfigStore.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.