Drops an existing group.
The name of the group to drop.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Drops an existing user.
The username of the user to drop.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a list of all existing groups.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a list of all existing users.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a group by it's name.
The name of the group to retrieve.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a list of roles available on the server.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a specific user by their username.
The username of the user to fetch.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Creates or updates an existing group.
The group to update.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Creates or updates an existing user.
The user to update.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Generated using TypeDoc
UserManager is an interface which enables the management of users, groups and roles for the cluster.