类 RBACInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.RBACInterceptor
- 所有已实现的接口:
ConcreteInterceptor,InterceptOrdered
Created by davidoff shen on 2016-09-07.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) intgetOrder()void基于角色验证当前账户是否有授权从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, after, getContext, isServiceMethod, onError
-
构造器详细资料
-
RBACInterceptor
public RBACInterceptor()
-
-
方法详细资料
-
getOrder
public int getOrder() -
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
before
- 指定者:
before在接口中ConcreteInterceptor- 覆盖:
before在类中AbstractInterceptor
-
rbac
基于角色验证当前账户是否有授权- 参数:
acl- acl
-