Class AuthProperties
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.AuthProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthProperties.Property
An enum of the available authorization properties.
-
Constructor Summary
Constructors Constructor Description AuthProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(AuthProperties.Property key)
Gets a property given the key.AuthProperties
with(AuthProperties.Property key, String value)
Adds aAuthProperties.Property
with value to the authorization property set.
-
-
-
Method Detail
-
with
public AuthProperties with(AuthProperties.Property key, String value)
Adds aAuthProperties.Property
with value to the authorization property set.
-
get
public String get(AuthProperties.Property key)
Gets a property given the key.
-
-