Package org.craftercms.commons.git.auth
Class NoopAuthConfigurator
java.lang.Object
org.craftercms.commons.git.auth.NoopAuthConfigurator
- All Implemented Interfaces:
GitAuthenticationConfigurator
Implementation of
GitAuthenticationConfigurator that doesn't perform any action- Since:
- 4.0.0
- Author:
- joseross
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAuthentication(org.eclipse.jgit.api.TransportCommand<?, ?> command) Configures the authentication of the givenTransportCommandbased on a specific authentication strategy, like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.
-
Constructor Details
-
NoopAuthConfigurator
public NoopAuthConfigurator()
-
-
Method Details
-
configureAuthentication
public void configureAuthentication(org.eclipse.jgit.api.TransportCommand<?, ?> command) Description copied from interface:GitAuthenticationConfiguratorConfigures the authentication of the givenTransportCommandbased on a specific authentication strategy, like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.- Specified by:
configureAuthenticationin interfaceGitAuthenticationConfigurator- Parameters:
command- the command to configure
-