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 TypeMethodDescriptionvoid
configureAuthentication
(org.eclipse.jgit.api.TransportCommand<?, ?> command) Configures the authentication of the givenTransportCommand
based 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:GitAuthenticationConfigurator
Configures the authentication of the givenTransportCommand
based on a specific authentication strategy, like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.- Specified by:
configureAuthentication
in interfaceGitAuthenticationConfigurator
- Parameters:
command
- the command to configure
-