Class Settings.AuthSettings
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.Settings.AuthSettings
-
-
Field Summary
Fields Modifier and Type Field Description StringpasswordThe password to submit on requests that require authentication.StringregionThe region setting for sigv4 authentication.StringserviceNameThe service name setting for sigv4 authentication.StringtypeType of Auth to submit on requests that require authentication.StringusernameThe 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.
-
-