public class AspectjAnnotationsAuthorizingMethodInterceptor
extends org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor
JoinPoint into a MethodInvocation amd to perform the
authorization of method invocations.| Constructor and Description |
|---|
AspectjAnnotationsAuthorizingMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
Performs the method interception of the before advice at the specified joint point.
|
public AspectjAnnotationsAuthorizingMethodInterceptor()
protected void performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
throws Throwable
aJoinPoint - The joint point to intercept.Throwable - If an error occurs berforming the method invocation.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.