Class AuthUserListResponse

java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthUserListResponse>
io.etcd.jetcd.auth.AuthUserListResponse
All Implemented Interfaces:
Response

public class AuthUserListResponse extends AbstractResponse<io.etcd.jetcd.api.AuthUserListResponse>
AuthUserListResponse returned by Auth.userList() contains a header and a list of users.
  • Constructor Details

    • AuthUserListResponse

      public AuthUserListResponse(io.etcd.jetcd.api.AuthUserListResponse response)
  • Method Details

    • getUsers

      public List<String> getUsers()
      Returns a list of users.
      Returns:
      the users.