Class AuthRoleListResponse

  • All Implemented Interfaces:
    Response

    public class AuthRoleListResponse
    extends AbstractResponse<io.etcd.jetcd.api.AuthRoleListResponse>
    AuthRoleListResponse returned by Auth.roleList() contains a header and a list of roles.
    • Constructor Detail

      • AuthRoleListResponse

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

      • getRoles

        public java.util.List<java.lang.String> getRoles()
        Returns a list of roles.