AuthEnable enables authentication.
AuthStatus displays authentication status.
Authenticate processes an authenticate request.
RoleAdd adds a new role. Role name cannot be empty.
RoleDelete deletes a specified role.
RoleGet gets detailed role information.
RoleGrantPermission grants a permission of a specified key or range to a specified role.
RoleList gets lists of all roles.
RoleRevokePermission revokes a key or range permission of a specified role.
UserAdd adds a new user. User name cannot be empty.
UserChangePassword changes the password of a specified user.
UserDelete deletes a specified user.
UserGet gets detailed user information.
UserGrant grants a role to a specified user.
UserList gets a list of all users.
UserRevokeRole revokes a role of specified user.
Generated using TypeDoc
AuthDisable disables authentication.