支持不同的角色查看不同集群.

This commit is contained in:
许晓东
2023-08-27 22:06:05 +08:00
parent 5a28adfa6b
commit 93c1d3cd9d
11 changed files with 138 additions and 23 deletions

View File

@@ -2,6 +2,8 @@ package com.xuxd.kafka.console.beans;
import lombok.Data;
import java.util.List;
/**
* @author: xuxd
* @date: 2023/5/14 19:37
@@ -20,6 +22,8 @@ public class Credentials {
*/
private boolean hideClusterProperty;
private List<Long> roleIdList;
public boolean isInvalid() {
return this == INVALID;
}