public class ExpressionBasedPostInvocationAdvice extends java.lang.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 |
---|---|
java.lang.Object |
after(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PostInvocationAttribute postAttr,
java.lang.Object returnedObject) |
public ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
public java.lang.Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject) throws AccessDeniedException
after
in interface PostInvocationAuthorizationAdvice
AccessDeniedException