Uses of Class
org.apache.tinkerpop.gremlin.driver.AuthProperties.Property
-
Packages that use AuthProperties.Property Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of AuthProperties.Property in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return AuthProperties.Property Modifier and Type Method Description static AuthProperties.Property
AuthProperties.Property. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthProperties.Property[]
AuthProperties.Property. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type AuthProperties.Property Modifier and Type Method Description String
AuthProperties. get(AuthProperties.Property key)
Gets a property given the key.AuthProperties
AuthProperties. with(AuthProperties.Property key, String value)
Adds aAuthProperties.Property
with value to the authorization property set.
-