org.springframework.security.access.prepost
Interface PostInvocationAuthorizationAdvice

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

public interface PostInvocationAuthorizationAdvice
extends org.springframework.aop.framework.AopInfrastructureBean

Performs filtering and authorization logic after a method is invoked.

Since:
3.0

Method Summary
 java.lang.Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute pia, java.lang.Object returnedObject)
           
 

Method Detail

after

java.lang.Object after(Authentication authentication,
                       org.aopalliance.intercept.MethodInvocation mi,
                       PostInvocationAttribute pia,
                       java.lang.Object returnedObject)
                       throws AccessDeniedException
Throws:
AccessDeniedException