没有编辑权限,隐藏集群属性;打印全部操作日志.

This commit is contained in:
许晓东
2023-08-20 20:04:47 +08:00
parent b529dc313e
commit f5b27d9b40
18 changed files with 159 additions and 19 deletions

View File

@@ -15,6 +15,11 @@ public class Credentials {
private long expiration;
/**
* 是否隐藏集群属性
*/
private boolean hideClusterProperty;
public boolean isInvalid() {
return this == INVALID;
}