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 theAuthenticatorimplementation.
- 
- 
Field SummaryFields Modifier and Type Field Description StringauthenticationHandlerThe fully qualified class name of theAbstractAuthenticationHandlerimplementation.StringauthenticatorThe fully qualified class name of theAuthenticatorimplementation.Map<String,Object>configAMapcontainingAuthenticatorspecific configurations.
 - 
Constructor SummaryConstructors Constructor Description AuthenticationSettings()
 
- 
- 
- 
Field Detail- 
authenticatorpublic String authenticator The fully qualified class name of theAuthenticatorimplementation. This class name will be used to load the implementation from the classpath. Defaults toAllowAllAuthenticatorwhen not specified.
 - 
authenticationHandlerpublic String authenticationHandler The fully qualified class name of theAbstractAuthenticationHandlerimplementation. This class name will be used to load the implementation from the classpath. Defaults to null when not specified.
 - 
configpublic Map<String,Object> config AMapcontainingAuthenticatorspecific configurations. Consult theAuthenticatorimplementation for specifics on what configurations are expected.
 
- 
 
-