Class Settings.AuthenticationSettings

java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.AuthenticationSettings
Enclosing class:
Settings

public static class Settings.AuthenticationSettings extends Object
Settings for the Authenticator implementation.
  • Field Details

    • authenticator

      public String authenticator
      The fully qualified class name of the Authenticator implementation. This class name will be used to load the implementation from the classpath. Defaults to AllowAllAuthenticator when not specified.
    • authenticationHandler

      public String authenticationHandler
      The fully qualified class name of the AbstractAuthenticationHandler implementation. This class name will be used to load the implementation from the classpath. Defaults to null when not specified.
    • config

      public Map<String,Object> config
      A Map containing Authenticator specific configurations. Consult the Authenticator implementation for specifics on what configurations are expected.
  • Constructor Details

    • AuthenticationSettings

      public AuthenticationSettings()