public class JaasAuthFactory extends Object implements AuthFactory
| Constructor and Description |
|---|
JaasAuthFactory() |
| 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 |
getJaasEntry() |
String |
getJaasProtocol() |
void |
setJaasEntry(String jaasEntry) |
void |
setJaasProtocol(String jaasProtocol) |
public String getJaasEntry()
public void setJaasEntry(String jaasEntry)
public String getJaasProtocol()
public void setJaasProtocol(String jaasProtocol)
public org.apache.tinkerpop.gremlin.driver.AuthProperties build()
AuthFactorybuild in interface AuthFactoryCopyright © 2017. All rights reserved.