public class UserUpdateOptions extends Object
Constructor and Description |
---|
UserUpdateOptions() |
Modifier and Type | Method and Description |
---|---|
UserUpdateOptions |
active(Boolean active) |
UserUpdateOptions |
extra(Map<String,Object> extra) |
Boolean |
getActive() |
Map<String,Object> |
getExtra() |
String |
getPasswd() |
UserUpdateOptions |
passwd(String passwd) |
public String getPasswd()
public UserUpdateOptions passwd(String passwd)
passwd
- The user passwordpublic Boolean getActive()
public UserUpdateOptions active(Boolean active)
active
- An optional flag that specifies whether the user is active. If not specified, this will default to
truepublic UserUpdateOptions extra(Map<String,Object> extra)
extra
- Optional data about the userCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.