|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface IAuthorityService
权限服务类
方法摘要 | |
---|---|
List<Resource> |
findAllAuthResOfParentByRoleCode(String parentId,
String roleCode)
取得角色权限下的导航树 |
boolean |
isAuthorityCustomize(String authForId,
String systemId)
权限是否定制过 authForId形式: --roleId时判断角色是否定制过权限 --groupId.roleId时判断用户组角色是否定制过权限 --groupId.roleId.userId时判断用户是否定制过权限 |
方法详细信息 |
---|
List<Resource> findAllAuthResOfParentByRoleCode(String parentId, String roleCode)
parentId--父节点Id
- roleCode--角色编码
-
boolean isAuthorityCustomize(String authForId, String systemId)
authForId
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |