Class AlwaysProceedMethodInterceptor

java.lang.Object
org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class AlwaysProceedMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
  • Constructor Details

    • AlwaysProceedMethodInterceptor

      public AlwaysProceedMethodInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable