perf(X-Pack): 用户个人信息增加 MFA 开关

This commit is contained in:
fit2cloud-chenyw
2024-12-06 12:39:31 +08:00
parent 3141eba804
commit 32f5b5d458
7 changed files with 16 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ public class CacheConstant {
public static final String CUSTOM_GEO_CACHE = "de_v2_custom_geo";
public static final String RSA_CACHE = "de_v2_rsa";
public static final String PER_MENU_ID_CACHE = "de_v2_per_menu_id";
public static final String GLOBAL_MFA_CACHE = "de_v2_global_mfa";
}
public static class LicenseCacheConstant {