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 Summary
Fields Modifier and Type Field Description StringauthorizerThe fully qualified class name of theAuthorizerimplementation.Map<String,Object>configAMapcontainingAuthorizerspecific configurations. 
- 
Constructor Summary
Constructors Constructor Description AuthorizationSettings() 
 - 
 
- 
- 
Field Detail
- 
authorizer
public 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. 
- 
config
public Map<String,Object> config
AMapcontainingAuthorizerspecific configurations. Consult theAuthorizerimplementation for specifics on what configurations are expected. 
 - 
 
 -