Package com.arangodb.model
Class DatabaseUsersOptions
java.lang.Object
com.arangodb.model.DatabaseUsersOptions
- Author:
- Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatabaseUsersOptions
public DatabaseUsersOptions()
-
-
Method Details
-
getUsername
-
username
- Parameters:
username
- Login name of the user to be created- Returns:
- options
-
getExtra
-
extra
- Parameters:
extra
- extra user information. The data contained in extra will be stored for the user but not be interpreted further by ArangoDB.- Returns:
- options
-
getPasswd
-
passwd
- Parameters:
passwd
- The user password as a string. If not specified, it will default to an empty string.- Returns:
- options
-
getActive
-
active
- Parameters:
active
- A flag indicating whether the user account should be activated or not. The default value is true. If set to false, the user won't be able to log into the database.- Returns:
- options
-