Uses of Class
com.arangodb.model.UserCreateOptions
Packages that use UserCreateOptions
-
Uses of UserCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type UserCreateOptionsModifier and TypeMethodDescriptionArangoDB.createUser
(String user, String passwd, UserCreateOptions options) Create a new user.ArangoDBAsync.createUser
(String user, String passwd, UserCreateOptions options) Asynchronous version ofArangoDB.createUser(String, String, UserCreateOptions)
-
Uses of UserCreateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type UserCreateOptionsModifier and TypeMethodDescriptionArangoDBAsyncImpl.createUser
(String user, String passwd, UserCreateOptions options) ArangoDBImpl.createUser
(String user, String passwd, UserCreateOptions options) protected InternalRequest
InternalArangoDB.createUserRequest
(String dbName, String user, String passwd, UserCreateOptions options) -
Uses of UserCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return UserCreateOptionsModifier and TypeMethodDescriptionstatic UserCreateOptions
OptionsBuilder.build
(UserCreateOptions options, String user, String passwd) Methods in com.arangodb.model with parameters of type UserCreateOptionsModifier and TypeMethodDescriptionstatic UserCreateOptions
OptionsBuilder.build
(UserCreateOptions options, String user, String passwd)