Package com.arangodb.model
Class UserUpdateOptions
java.lang.Object
com.arangodb.model.UserUpdateOptions
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserUpdateOptions
public UserUpdateOptions()
-
-
Method Details
-
getPasswd
-
passwd
- Parameters:
passwd
- The user password- Returns:
- options
-
getActive
-
active
- Parameters:
active
- An optional flag that specifies whether the user is active. If not specified, this will default to true- Returns:
- options
-
getExtra
-
extra
- Parameters:
extra
- Optional data about the user- Returns:
- options
-