Compared to the blocking UsersClient interface, the async version (and its TCP implementation) has far fewer methods, consisting only of login and logout.
The blocking version has many more methods including:
getUser
getUsers
createUser
deleteUser
updateUser
updatePermissions
changePassword
The goal of this issue is to add the missing methods to the async version of the interface and implement them in the async TCP client
Compared to the blocking
UsersClientinterface, the async version (and its TCP implementation) has far fewer methods, consisting only ofloginandlogout.The blocking version has many more methods including:
getUsergetUserscreateUserdeleteUserupdateUserupdatePermissionschangePasswordThe goal of this issue is to add the missing methods to the async version of the interface and implement them in the async TCP client