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
  • 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 class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • before

      protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments)
      Overrides:
      before in class com.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 class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • incrementServiceDepth

      protected void incrementServiceDepth()