public class ExpressionBasedPostInvocationAdvice extends Object implements PostInvocationAuthorizationAdvice
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | logger | 
| Constructor and Description | 
|---|
| ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | after(Authentication authentication,
     org.aopalliance.intercept.MethodInvocation mi,
     PostInvocationAttribute postAttr,
     Object returnedObject) | 
public ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
public Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject) throws AccessDeniedException
after in interface PostInvocationAuthorizationAdviceAccessDeniedException