public class AccessControlAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.security.access.control.AccessControlled>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
AccessControlAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected void |
decrementServiceDepth() |
void |
duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation) |
com.liferay.portal.kernel.security.access.control.AccessControlled |
getNullAnnotation() |
protected void |
incrementServiceDepth() |
void |
setAccessControlAdvisor(AccessControlAdvisor accessControlAdvisor) |
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManagerafterReturning, afterThrowing, invoke, setNextMethodInterceptorpublic Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
duringFinally in class ChainableMethodAdvicepublic com.liferay.portal.kernel.security.access.control.AccessControlled getNullAnnotation()
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.security.access.control.AccessControlled>public void setAccessControlAdvisor(AccessControlAdvisor accessControlAdvisor)
protected void decrementServiceDepth()
protected void incrementServiceDepth()