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, setServiceBeanAopCacheManager
afterReturning, afterThrowing, invoke, setNextMethodInterceptor
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before
in class ChainableMethodAdvice
Throwable
public void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
duringFinally
in class ChainableMethodAdvice
public 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()