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.BuilderCluster.Builder. auth(Auth auth)Adds an AuthRequestInterceptorto 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 classBasicclassSigv4ARequestInterceptorthat provides headers required for SigV4.Methods in org.apache.tinkerpop.gremlin.driver.auth that return Auth Modifier and Type Method Description static AuthAuth. basic(String username, String password)static AuthAuth. from(Settings.AuthSettings settings)static AuthAuth. sigv4(String regionName, String serviceName)static AuthAuth. sigv4(String regionName, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider, String serviceName)
-