| 接口 | 说明 |
|---|---|
| ActionPermissionAdvice |
在加@Action注解的方法上进行拦截,根据action的code决定是否能够调用方法。
|
| ActionScanPostProcessor |
Action扫描后置处理器
实现此接口能够在Action扫描之后调用自动调用,方便进行对Action信息持久化。 |
| 类 | 说明 |
|---|---|
| ActionControllerAspect |
权限控制切面
|
| ActionGroupInfo | |
| ActionInfo | |
| Actions | |
| ActionScanner |
| 异常错误 | 说明 |
|---|---|
| DuplicateActionException | |
| DuplicateServiceModuleException | |
| ModuleNotDefineException |
| 注释类型 | 说明 |
|---|---|
| Action |
操作注解
|
| ActionScan | |
| AutoConfigureRBAC |
通过在Springboot项目中加入此注解,以开启ACL功能。
|
| ServiceModule |
服务模块注解,表示这是一个大权限系统的一个子模块。
|
Copyright © 2022. All rights reserved.