Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
UserUpdateOptions |
UserUpdateOptions.active(Boolean active) |
UserUpdateOptions |
UserUpdateOptions.extra(Map<String,Object> extra) |
UserUpdateOptions |
UserUpdateOptions.passwd(String passwd) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.