| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.internal | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
ArangoDB.createUser(String user,
String passwd,
UserCreateOptions options)
Create a new user.
|
| Modifier and Type | Method and Description |
|---|---|
protected Request |
InternalArangoDB.createUserRequest(String database,
String user,
String passwd,
UserCreateOptions options) |
| Modifier and Type | Method and Description |
|---|---|
UserCreateOptions |
UserCreateOptions.active(Boolean active) |
static UserCreateOptions |
OptionsBuilder.build(UserCreateOptions options,
String user,
String passwd) |
UserCreateOptions |
UserCreateOptions.extra(Map<String,Object> extra) |
protected UserCreateOptions |
UserCreateOptions.passwd(String passwd) |
protected UserCreateOptions |
UserCreateOptions.user(String user) |
| Modifier and Type | Method and Description |
|---|---|
static UserCreateOptions |
OptionsBuilder.build(UserCreateOptions options,
String user,
String passwd) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.