| Package | Description |
|---|---|
| com.arangodb |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
ArangoDB.createUser(String user,
String passwd)
Create a new user.
|
UserEntity |
ArangoDB.createUser(String user,
String passwd,
UserCreateOptions options)
Create a new user.
|
UserEntity |
ArangoDB.getUser(String user)
Fetches data about the specified user.
|
UserEntity |
ArangoDB.replaceUser(String user,
UserUpdateOptions options)
Replaces the data of an existing user.
|
UserEntity |
ArangoDB.updateUser(String user,
UserUpdateOptions options)
Partially updates the data of an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserEntity> |
ArangoDB.getUsers()
Fetches data about all users.
|
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.