Module rincon_client::user::methods [] [src]

Methods for user administration.

Structs

CreateUser

Creates a new user.

DeleteUser

Delete an existing user, identified by name.

GetCollectionAccessLevel

Fetch the collection access level for a specific collection.

GetDatabaseAccessLevel

Fetch the database access level for a specific database.

GetUser

Fetches data about the specified user.

ListDatabasesForUser

Fetches the list of databases available to the specified user.

ListUsers

Fetches data about all users.

ModifyUser

Partially updates the data of an existing user. The name of an existing user must be specified in user_name.

ReplaceUser

Replaces the data of an existing user. The name of an existing user must be specified in user_name.

ResetCollectionAccessLevel

Reset the collection access level for an user. As consequence the default collection access level is applied. If there is no defined default collection access level, it defaults to 'No access'.

ResetDatabaseAccessLevel

Reset the database access level for an user. As consequence the default database access level is applied. If there is no defined default database access level, it defaults to 'No access'.

SetCollectionAccessLevel

Set the collection access level for an user.

SetDatabaseAccessLevel

Set the database access level for an user.