Class AuthProperties
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.driver.AuthProperties
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthProperties.PropertyAn 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 Stringget(AuthProperties.Property key)Gets a property given the key.AuthPropertieswith(AuthProperties.Property key, String value)Adds aAuthProperties.Propertywith value to the authorization property set. 
 - 
 
- 
- 
Method Detail
- 
with
public AuthProperties with(AuthProperties.Property key, String value)
Adds aAuthProperties.Propertywith value to the authorization property set. 
- 
get
public String get(AuthProperties.Property key)
Gets a property given the key. 
 - 
 
 -