Interface PostInvocationAuthorizationAdvice
- All Superinterfaces:
- org.springframework.aop.framework.AopInfrastructureBean
- All Known Implementing Classes:
- ExpressionBasedPostInvocationAdvice
@Deprecated
public interface PostInvocationAuthorizationAdvice
extends org.springframework.aop.framework.AopInfrastructureBean
Deprecated.
Performs filtering and authorization logic after a method is invoked.
- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionafter(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute pia, Object returnedObject) Deprecated.
- 
Method Details- 
afterObject after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute pia, Object returnedObject) throws AccessDeniedException Deprecated.- Throws:
- AccessDeniedException
 
 
- 
AuthorizationManagerAfterMethodInterceptorinstead