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