Implement User Management for Java client
hayley-jean opened this issue · 1 comments
hayley-jean commented
Create a new EventStoreDBUsersClient which supports the following operations:
- CreateUser
- GetUser
- DeleteUser
- EnableUser
- DisableUser
- UpdateUser
- ChangeUserPassword
- ResetUserPassword
YoEight commented