Class Settings.AuthSettings

java.lang.Object
org.apache.tinkerpop.gremlin.driver.Settings.AuthSettings
Enclosing class:
Settings

public static class Settings.AuthSettings extends Object
  • Field Details

    • type

      public String type
      Type of Auth to submit on requests that require authentication.
    • username

      public String username
      The username to submit on requests that require authentication.
    • password

      public String password
      The password to submit on requests that require authentication.
    • region

      public String region
      The region setting for sigv4 authentication.
    • serviceName

      public String serviceName
      The service name setting for sigv4 authentication.
  • Constructor Details

    • AuthSettings

      public AuthSettings()