属性

管理员权限

管理员权限

  • 类型: Object
  • 属性说明(如果String或者Int就不必要单独说明了):
属性名 类型 说明
rolePerms Set<String> 可授权角色
roleSees Set<String> 可见角色
roleUpdates Set<String> 角色修改
deptPerms Set<String> 部门授权
deptSees Set<String> 部门查看
deptUpdates Set<String> 部门修改
sentryPerms Set<String> 岗位权限
sentrySees Set<String> 岗位查看
sentryUpdates Set<String> 岗位修改
  • 案例
    // 缓存中查找
      String userId = user.getUserId();
      AdminPermInfo info = AdminPermInfoCacheManager.getCacheValue(userId);
    //当前用户获取
      EndUser currentUser=SecurityUserHolder.getCurrentUser();
      currentUser.getAdminPermInfo()
最后编辑: 肖海杰  文档更新时间: 2023-04-26 08:43   作者:刘利军