Skip to content

[Java SDK] Async UsersClient missing methods #2826

@jrhenderson1988

Description

@jrhenderson1988

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

Metadata

Metadata

Labels

javaIssues related to Java SDK

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions