org.springframework.security.access.prepost
Interface PostInvocationAuthorizationAdvice
- All Superinterfaces:
- AopInfrastructureBean
- All Known Implementing Classes:
- ExpressionBasedPostInvocationAdvice
public interface PostInvocationAuthorizationAdvice
- extends AopInfrastructureBean
Performs filtering and authorization logic after a method is invoked.
- Since:
- 3.0
after
Object after(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PostInvocationAttribute pia,
Object returnedObject)
throws AccessDeniedException
- Throws:
AccessDeniedException