Class Settings.AuthSettings
java.lang.Object
org.apache.tinkerpop.gremlin.driver.Settings.AuthSettings
- Enclosing class:
- Settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe password to submit on requests that require authentication.The region setting for sigv4 authentication.The service name setting for sigv4 authentication.Type of Auth to submit on requests that require authentication.The username to submit on requests that require authentication. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of Auth to submit on requests that require authentication. -
username
The username to submit on requests that require authentication. -
password
The password to submit on requests that require authentication. -
region
The region setting for sigv4 authentication. -
serviceName
The service name setting for sigv4 authentication.
-
-
Constructor Details
-
AuthSettings
public AuthSettings()
-