Class Settings.AuthorizationSettings

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

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

    • authorizer

      public String authorizer
      The fully qualified class name of the Authorizer 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 Authorizer specific configurations. Consult the Authorizer implementation for specifics on what configurations are expected.
  • Constructor Details

    • AuthorizationSettings

      public AuthorizationSettings()