Uses of Class
com.arangodb.model.UserCreateOptions
-
Packages that use UserCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of UserCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type UserCreateOptions Modifier and Type Method Description UserEntity
ArangoDB. createUser(String user, String passwd, UserCreateOptions options)
Create a new user.CompletableFuture<UserEntity>
ArangoDBAsync. createUser(String user, String passwd, UserCreateOptions options)
Asynchronous version ofArangoDB.createUser(String, String, UserCreateOptions)
-
Uses of UserCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return UserCreateOptions Modifier and Type Method Description UserCreateOptions
UserCreateOptions. active(Boolean active)
static UserCreateOptions
OptionsBuilder. build(UserCreateOptions options, String user, String passwd)
UserCreateOptions
UserCreateOptions. extra(Map<String,Object> extra)
Methods in com.arangodb.model with parameters of type UserCreateOptions Modifier and Type Method Description static UserCreateOptions
OptionsBuilder. build(UserCreateOptions options, String user, String passwd)
-