async allowingRoles(query: IQueryInfo): Promise<string[]> {
    return CommonUtil.getAllowingRoles(this._grants, query);
  }