public class RBACInterceptor extends AbstractInterceptor
| Constructor and Description |
|---|
RBACInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(RuntimeContext context) |
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
int |
getOrder() |
void |
rbac(String[] acl,
String domain,
boolean safely)
基于角色验证当前账户是否有授权
|
after, getContext, onErrorpublic int getOrder()
public boolean accept(RuntimeContext context)
public void before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before in interface ConcreteInterceptorbefore in class AbstractInterceptorCopyright © 2018. All rights reserved.