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 UserEntityArangoDB. createUser(String user, String passwd, UserCreateOptions options)Create a new user. -
Uses of UserCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return UserCreateOptions Modifier and Type Method Description UserCreateOptionsUserCreateOptions. active(Boolean active)static UserCreateOptionsOptionsBuilder. build(UserCreateOptions options, String user, String passwd)UserCreateOptionsUserCreateOptions. extra(Map<String,Object> extra)Methods in com.arangodb.model with parameters of type UserCreateOptions Modifier and Type Method Description static UserCreateOptionsOptionsBuilder. build(UserCreateOptions options, String user, String passwd)
-