Uses of Class
org.apache.tinkerpop.gremlin.driver.AuthProperties
-
Packages that use AuthProperties Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of AuthProperties in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return AuthProperties Modifier and Type Method Description AuthProperties
AuthProperties. with(AuthProperties.Property key, String value)
Adds aAuthProperties.Property
with value to the authorization property set.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type AuthProperties Modifier and Type Method Description Cluster.Builder
Cluster.Builder. authProperties(AuthProperties authProps)
Specifies parameters for authentication to Gremlin Server.
-