Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
AuthProperties.get(AuthProperties.Property key)
Gets a property given the key.
|
AuthProperties |
AuthProperties.with(AuthProperties.Property key,
String value)
Adds a
AuthProperties.Property with value to the authorization property set. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.