Class Settings.AuthorizationSettings
java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.AuthorizationSettings
- Enclosing class:
- Settings
Settings for the
Authenticator implementation.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully qualified class name of theAuthorizerimplementation.AMapcontainingAuthorizerspecific configurations. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
AMapcontainingAuthorizerspecific configurations. Consult theAuthorizerimplementation for specifics on what configurations are expected.
-
-
Constructor Details
-
AuthorizationSettings
public AuthorizationSettings()
-