Class AccessControlAdvice
Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.security.access.control.AccessControlAdvice
public class AccessControlAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
- Author:
- Tomas Polesovsky, Igor Spasic, Michael C. Han, Raymond Augé, Shuyang Zhou
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
nullResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
createMethodContext
(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) protected void
protected void
duringFinally
(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) protected void
Methods inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
afterReturning, afterThrowing, invoke
-
Constructor Details
-
AccessControlAdvice
public AccessControlAdvice()
-
-
Method Details
-
createMethodContext
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) - Specified by:
createMethodContext
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
before
protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) - Overrides:
before
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
decrementServiceDepth
protected void decrementServiceDepth() -
duringFinally
protected void duringFinally(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) - Overrides:
duringFinally
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
incrementServiceDepth
protected void incrementServiceDepth()
-