程序包 | 说明 |
---|---|
com.fr.fs.base.entity | |
com.fr.fs.cache.decision.category | |
com.fr.fs.cache.decision.category.impl.memory | |
com.fr.fs.control |
限定符和类型 | 类和说明 |
---|---|
class |
CompanyRoleDepAndCRolePrivilege |
class |
CustomRoleDepAndCRolePrivilege |
class |
RoleDepAndCRolePrivilege |
class |
UserDepAndCRolePrivilege
用户可管理角色权限(跟RoleEntryPrivilege其实是一样的只是用来区分下是用户权限还是角色权限)
Created by zack on 2017/6/28.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Set<AbstractDepAndCRolePrivilege> |
UserExecutor.getAllDepAndCRolePrivileges(long id)
获取用户ID为id的用户可以管理的部门/自定义角色
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.Set<AbstractDepAndCRolePrivilege> |
UserCache.getAllDepAndCRolePrivileges(long id)
获取用户ID为id的用户可以管理的部门/自定义角色
|
java.util.Set<AbstractDepAndCRolePrivilege> |
MemoryUserExecutor.getAllDepAndCRolePrivileges(long id)
获取用户ID为id的用户可以管理的部门/自定义角色
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.Set<User> |
UserControl.findAllRoleUsers(AbstractDepAndCRolePrivilege rdp) |