Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal |
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.
|
Modifier and Type | Method and Description |
---|---|
protected ArangoExecutor.ResponseDeserializer<Collection<UserEntity>> |
InternalArangoDB.getUsersResponseDeserializer() |
Copyright © 2016 ArangoDB GmbH. All rights reserved.