Class 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 Detail

      • AuthUserListResponse

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

      • getUsers

        public java.util.List<java.lang.String> getUsers()
        Returns a list of users.