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