Uses of Interface
org.apache.tinkerpop.gremlin.driver.auth.Auth
-
Packages that use Auth Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.auth -
-
Uses of Auth in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Auth Modifier and Type Method Description Cluster.Builder
Cluster.Builder. auth(Auth auth)
Adds an AuthRequestInterceptor
to the end of list of interceptors. -
Uses of Auth in org.apache.tinkerpop.gremlin.driver.auth
Classes in org.apache.tinkerpop.gremlin.driver.auth that implement Auth Modifier and Type Class Description class
Basic
class
Sigv4
ARequestInterceptor
that provides headers required for SigV4.Methods in org.apache.tinkerpop.gremlin.driver.auth that return Auth Modifier and Type Method Description static Auth
Auth. basic(String username, String password)
static Auth
Auth. from(Settings.AuthSettings settings)
static Auth
Auth. sigv4(String regionName, String serviceName)
static Auth
Auth. sigv4(String regionName, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider, String serviceName)
-