Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.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 |
---|---|
CompletableFuture<UserEntity> |
ArangoDBAsync.createUser(String user,
String passwd,
UserCreateOptions options)
Create a new user.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<UserEntity> |
ArangoDBAsyncImpl.createUser(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–2019 ArangoDB GmbH. All rights reserved.