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