public class BasicUsernamePasswordAuthConfigurator extends Object implements GitAuthenticationConfigurator
GitAuthenticationConfigurator that uses basic username/password authentication.| Constructor and Description |
|---|
BasicUsernamePasswordAuthConfigurator(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAuthentication(org.eclipse.jgit.api.TransportCommand command)
Configures the authentication of the given
TransportCommand based on a specific authentication strategy,
like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication. |
public void configureAuthentication(org.eclipse.jgit.api.TransportCommand command)
GitAuthenticationConfiguratorTransportCommand based on a specific authentication strategy,
like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.configureAuthentication in interface GitAuthenticationConfiguratorcommand - the command to configureCopyright © 2018 CrafterCMS. All rights reserved.