Uses of Class
com.arangodb.entity.UserEntity
-
Packages that use UserEntity Package Description com.arangodb -
-
Uses of UserEntity in com.arangodb
Methods in com.arangodb that return UserEntity Modifier and Type Method Description UserEntity
ArangoDB. createUser(String user, String passwd)
Create a new user.UserEntity
ArangoDB. createUser(String user, String passwd, UserCreateOptions options)
Create a new user.UserEntity
ArangoDB. getUser(String user)
Fetches data about the specified user.UserEntity
ArangoDB. replaceUser(String user, UserUpdateOptions options)
Replaces the data of an existing user.UserEntity
ArangoDB. updateUser(String user, UserUpdateOptions options)
Partially updates the data of an existing user.Methods in com.arangodb that return types with arguments of type UserEntity Modifier and Type Method Description Collection<UserEntity>
ArangoDB. getUsers()
Fetches data about all users.
-