public interface GitAuthenticationConfigurator
| 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. |
void configureAuthentication(org.eclipse.jgit.api.TransportCommand command)
TransportCommand based on a specific authentication strategy,
like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.command - the command to configureCopyright © 2018 CrafterCMS. All rights reserved.