Interface PostInvocationAuthorizationAdvice

All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean
All Known Implementing Classes:
ExpressionBasedPostInvocationAdvice

@Deprecated public interface PostInvocationAuthorizationAdvice extends org.springframework.aop.framework.AopInfrastructureBean
Performs filtering and authorization logic after a method is invoked.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute pia, Object returnedObject)
    Deprecated.