mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-03 03:12:25 +08:00
Merge remote-tracking branch 'origin/4.0.x' into 4.0.x
# Conflicts: # hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/annotation/DataAccess.java
This commit is contained in:
@@ -29,6 +29,7 @@ import java.lang.annotation.*;
|
||||
*
|
||||
* @author zhouhao
|
||||
* @see DataAccessController
|
||||
* @see ResourceAction#dataAccess()
|
||||
* @since 3.0
|
||||
*/
|
||||
@Target({ElementType.ANNOTATION_TYPE,ElementType.METHOD})
|
||||
|
||||
@@ -21,27 +21,4 @@ public class AuthorizingContext {
|
||||
|
||||
private MethodInterceptorContext paramContext;
|
||||
|
||||
public AuthorizeDefinition getDefinition() {
|
||||
return definition;
|
||||
}
|
||||
|
||||
public void setDefinition(AuthorizeDefinition definition) {
|
||||
this.definition = definition;
|
||||
}
|
||||
|
||||
public Authentication getAuthentication() {
|
||||
return authentication;
|
||||
}
|
||||
|
||||
public void setAuthentication(Authentication authentication) {
|
||||
this.authentication = authentication;
|
||||
}
|
||||
|
||||
public MethodInterceptorContext getParamContext() {
|
||||
return paramContext;
|
||||
}
|
||||
|
||||
public void setParamContext(MethodInterceptorContext paramContext) {
|
||||
this.paramContext = paramContext;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user