| Interface | Description |
|---|---|
| GitAuthenticationConfigurator |
Utility class that configures a Git connection based on an authentication strategy.
|
| Class | Description |
|---|---|
| AbstractSshAuthConfigurator |
GitAuthenticationConfigurator that configures the TransportCommand to use SSH, but without providing
any authentication functionality. |
| BasicUsernamePasswordAuthConfigurator |
GitAuthenticationConfigurator that uses basic username/password authentication. |
| SshRsaKeyPairAuthConfigurator |
GitAuthenticationConfigurator that configures the TransportCommand to use SSH with RSA key pair authentication. |
| SshUsernamePasswordAuthConfigurator |
GitAuthenticationConfigurator that configures the TransportCommand to use SSH with username/password authentication. |
Copyright © 2018 CrafterCMS. All rights reserved.