java.lang.Object
org.apache.tinkerpop.gremlin.driver.auth.Basic
All Implemented Interfaces:
Auth, RequestInterceptor

public class Basic extends Object implements Auth
  • Constructor Details

  • Method Details

    • intercept

      public void intercept(HttpRequest httpRequest)
      Description copied from interface: RequestInterceptor
      Intercept and mutate the HTTP request before it is sent.
      Specified by:
      intercept in interface RequestInterceptor
      Parameters:
      httpRequest - the mutable HTTP request