public class Neo4jClientAuthOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PASSWORD |
static String |
DEFAULT_USERNAME |
| Constructor and Description |
|---|
Neo4jClientAuthOptions() |
Neo4jClientAuthOptions(JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jClientAuthOptions |
addParameter(String key,
Object value) |
AuthToken |
authToken() |
AuthSchemeOption |
getAuthScheme() |
String |
getBase64EncodedTicket() |
Map<String,Object> |
getParameters() |
String |
getRealm() |
String |
getScheme() |
String |
getUsername() |
Neo4jClientAuthOptions |
setAuthScheme(AuthSchemeOption authScheme) |
Neo4jClientAuthOptions |
setBase64EncodedTicket(String base64EncodedTicket) |
Neo4jClientAuthOptions |
setPassword(String password) |
Neo4jClientAuthOptions |
setRealm(String realm) |
Neo4jClientAuthOptions |
setScheme(String scheme) |
Neo4jClientAuthOptions |
setUsername(String username) |
JsonObject |
toJson() |
public static final String DEFAULT_USERNAME
public static final String DEFAULT_PASSWORD
public Neo4jClientAuthOptions()
public Neo4jClientAuthOptions(JsonObject json)
public JsonObject toJson()
public AuthToken authToken()
public AuthSchemeOption getAuthScheme()
public Neo4jClientAuthOptions setAuthScheme(AuthSchemeOption authScheme)
public String getUsername()
public Neo4jClientAuthOptions setUsername(String username)
public Neo4jClientAuthOptions setPassword(String password)
public String getScheme()
public Neo4jClientAuthOptions setScheme(String scheme)
public String getRealm()
public Neo4jClientAuthOptions setRealm(String realm)
public Neo4jClientAuthOptions addParameter(String key, Object value)
public String getBase64EncodedTicket()
public Neo4jClientAuthOptions setBase64EncodedTicket(String base64EncodedTicket)
Copyright © 2020 Eclipse. All rights reserved.