| 程序包 | 说明 |
|---|---|
| com.bstek.urule.console.database.manager.authority |
| 限定符和类型 | 方法和说明 |
|---|---|
Authority |
AuthorityServiceImpl.get(String roleType,
long roleId,
String code) |
Authority |
AuthorityService.get(String roleType,
long roleId,
String code)
获取权限配置对象
|
Authority |
AuthorityManagerImpl.get(String roleType,
long roleId,
String code) |
Authority |
AuthorityManager.get(String roleType,
long roleId,
String code)
获取权限配置对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Authority> |
AuthorityManagerImpl.getAuthoritysByCode(String roleType,
String code) |
List<Authority> |
AuthorityManager.getAuthoritysByCode(String roleType,
String code)
获取资源授权信息
|
List<Authority> |
AuthorityServiceImpl.getAuthoritysByRole(String roleType,
long roleCode) |
List<Authority> |
AuthorityService.getAuthoritysByRole(String roleType,
long roleId)
获取角色的授权信息
|
List<Authority> |
AuthorityManagerImpl.getAuthoritysByRole(String roleType,
long roleId) |
List<Authority> |
AuthorityManager.getAuthoritysByRole(String roleType,
long roleId)
获取角色的授权信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AuthorityServiceImpl.add(Authority auth) |
void |
AuthorityService.add(Authority authority)
添加资源的授权信息
|
void |
AuthorityManagerImpl.add(Connection conn,
Authority authority) |
void |
AuthorityManager.add(Connection conn,
Authority authority)
添加资源的授权信息
|
Copyright © 2023 Bstek. All rights reserved.