Class Settings.AuthSettings
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.Settings.AuthSettings
-
-
Field Summary
Fields Modifier and Type Field Description String
password
The password to submit on requests that require authentication.String
region
The region setting for sigv4 authentication.String
serviceName
The service name setting for sigv4 authentication.String
type
Type of Auth to submit on requests that require authentication.String
username
The username to submit on requests that require authentication.
-
Constructor Summary
Constructors Constructor Description AuthSettings()
-
-
-
Field Detail
-
type
public String type
Type of Auth to submit on requests that require authentication.
-
username
public String username
The username to submit on requests that require authentication.
-
password
public String password
The password to submit on requests that require authentication.
-
region
public String region
The region setting for sigv4 authentication.
-
serviceName
public String serviceName
The service name setting for sigv4 authentication.
-
-