File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hsweb-authorization/hsweb-authorization-shiro Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
| 注解名称 | 实现类 |
9
9
| ------------- | :-------------:|
10
- | [ ` @Authorize ` ] ( src/main/java/org/hswebframework/web/authorization/annotation/Authorize.java ) | 暂未实现 |
11
- | [ ` @RequiresExpression ` ] ( src/main/java/org/hswebframework/web/authorization/annotation/RequiresExpression.java ) | [ ExpressionAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/ExpressionAnnotationMethodInterceptor.java ) |
12
- | [ ` @RequiresDataAccess ` ] ( src/main/java/org/hswebframework/web/authorization/annotation/RequiresDataAccess.java ) | [ DataAccessAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/DataAccessAnnotationMethodInterceptor.java ) |
13
- | [ ` @RequiresFieldAccess ` ] ( src/main/java/org/hswebframework/web/authorization/annotation/RequiresFieldAccess.java ) | [ FieldAccessAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/FieldAccessAnnotationMethodInterceptor.java ) |
10
+ | [ ` @Authorize ` ] ( ../hsweb-authorization-api/ src/main/java/org/hswebframework/web/authorization/annotation/Authorize.java) | 暂未实现 |
11
+ | [ ` @RequiresExpression ` ] ( ../hsweb-authorization-api/ src/main/java/org/hswebframework/web/authorization/annotation/RequiresExpression.java) | [ ExpressionAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/ExpressionAnnotationMethodInterceptor.java ) |
12
+ | [ ` @RequiresDataAccess ` ] ( ../hsweb-authorization-api/ src/main/java/org/hswebframework/web/authorization/annotation/RequiresDataAccess.java) | [ DataAccessAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/DataAccessAnnotationMethodInterceptor.java ) |
13
+ | [ ` @RequiresFieldAccess ` ] ( ../hsweb-authorization-api/ src/main/java/org/hswebframework/web/authorization/annotation/RequiresFieldAccess.java) | [ FieldAccessAnnotationMethodInterceptor] ( src/main/java/org/hswebframework/web/authorization/shiro/boost/FieldAccessAnnotationMethodInterceptor.java ) |
14
14
15
15
## 拓展接口
16
16
You can’t perform that action at this time.
0 commit comments