Class NoopAuthConfigurator

java.lang.Object
org.craftercms.commons.git.auth.NoopAuthConfigurator
All Implemented Interfaces:
GitAuthenticationConfigurator

public class NoopAuthConfigurator extends Object implements GitAuthenticationConfigurator
Implementation of GitAuthenticationConfigurator that doesn't perform any action
Since:
4.0.0
Author:
joseross
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 given TransportCommand based on a specific authentication strategy, like HTTP basic authentication, SSH username/password authentication and SSH RSA key pair authentication.
      Specified by:
      configureAuthentication in interface GitAuthenticationConfigurator
      Parameters:
      command - the command to configure