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 theAuthenticatorimplementation.
- 
- 
Field SummaryFields Modifier and Type Field Description StringauthorizerThe fully qualified class name of theAuthorizerimplementation.Map<String,Object>configAMapcontainingAuthorizerspecific configurations.
 - 
Constructor SummaryConstructors Constructor Description AuthorizationSettings()
 
- 
- 
- 
Field Detail- 
authorizerpublic String authorizer The fully qualified class name of theAuthorizerimplementation. This class name will be used to load the implementation from the classpath. Defaults to null when not specified.
 - 
configpublic Map<String,Object> config AMapcontainingAuthorizerspecific configurations. Consult theAuthorizerimplementation for specifics on what configurations are expected.
 
- 
 
-