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 ObjectcreateMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) protected voidprotected voidduringFinally(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) protected voidMethods 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:
createMethodContextin classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
before
protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) - Overrides:
beforein classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
decrementServiceDepth
protected void decrementServiceDepth() -
duringFinally
protected void duringFinally(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) - Overrides:
duringFinallyin classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
incrementServiceDepth
protected void incrementServiceDepth()
-