Class Settings.AuthenticationSettings

  • Enclosing class:
    Settings

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

      • 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.
      • enableAuditLog

        @Deprecated
        public boolean enableAuditLog
        Deprecated.
        As of release 3.5.0, replaced by Settings.enableAuditLog with slight changes in the log message format.
        Enable audit logging of authenticated users and gremlin evaluation requests.
    • Constructor Detail

      • AuthenticationSettings

        public AuthenticationSettings()