Class AuthProperties
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.driver.AuthProperties
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuthProperties.PropertyAn enum of the available authorization properties.
 - 
Constructor SummaryConstructors Constructor Description AuthProperties()
 - 
Method SummaryAll 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- 
withpublic AuthProperties with(AuthProperties.Property key, String value) Adds aAuthProperties.Propertywith value to the authorization property set.
 - 
getpublic String get(AuthProperties.Property key) Gets a property given the key.
 
- 
 
-