All Classes and Interfaces

Class
Description
Base class for implementations of AuthConfiguratorBuilder
GitAuthenticationConfigurator that configures the TransportCommand to use SSH, but without providing any authentication functionality.
Builder class for GitAuthenticationConfigurator objects
Utility class used to create AuthConfiguratorBuilder objects
Constants for git authentication types
GitAuthenticationConfigurator that uses basic username/password authentication.
Utility class that configures a Git connection based on an authentication strategy.
Common operations related to git
Implementation of GitAuthenticationConfigurator that doesn't perform any action
GitAuthenticationConfigurator that configures the TransportCommand to use SSH with username/password authentication.
GitAuthenticationConfigurator that configures the TransportCommand to use SSH with private key authentication.
Extension of SshSessionFactory to use a given private key for SSH authentication
Extension of SshdSessionFactory that overrides the default SSH configuration
Extension of UsernamePasswordCredentialsProvider to use in SSH authentication
Implementation of AbstractAuthConfiguratorBuilder that creates GitAuthenticationConfigurator objects based on a given authentication type.
Implementation of AbstractAuthConfiguratorBuilder that creates GitAuthenticationConfigurator objects based on the scheme of a given URL