public class PlainTextAuthFactory extends Object implements AuthFactory
| Constructor and Description |
|---|
PlainTextAuthFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.driver.AuthProperties |
build()
Construct the auth properties to use for connecting to the gremlin server
|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public org.apache.tinkerpop.gremlin.driver.AuthProperties build()
AuthFactorybuild in interface AuthFactoryCopyright © 2017. All rights reserved.