public static class Settings.AuthenticationSettings extends Object
Authenticator implementation.| Modifier and Type | Field and Description | 
|---|---|
| String | authenticationHandlerThe fully qualified class name of the  AbstractAuthenticationHandlerimplementation. | 
| String | authenticatorThe fully qualified class name of the  Authenticatorimplementation. | 
| Map<String,Object> | configA  MapcontainingAuthenticatorspecific configurations. | 
| boolean | enableAuditLogEnable audit logging of authenticated users and gremlin evaluation requests. | 
| Constructor and Description | 
|---|
| AuthenticationSettings() | 
public String authenticator
Authenticator implementation. This class name will be
 used to load the implementation from the classpath. Defaults to AllowAllAuthenticator when
 not specified.public String authenticationHandler
AbstractAuthenticationHandler implementation.
 This class name will be used to load the implementation from the classpath.
 Defaults to null when not specified.public boolean enableAuditLog
public Map<String,Object> config
Map containing Authenticator specific configurations. Consult the
 Authenticator implementation for specifics on what configurations are expected.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.