Class ExpressionBasedPostInvocationAdvice
- java.lang.Object
- 
- org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice
 
- 
- All Implemented Interfaces:
- org.springframework.aop.framework.AopInfrastructureBean,- PostInvocationAuthorizationAdvice
 
 public class ExpressionBasedPostInvocationAdvice extends java.lang.Object implements PostInvocationAuthorizationAdvice - Since:
- 3.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected org.apache.commons.logging.Loglogger
 - 
Constructor SummaryConstructors Constructor Description ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectafter(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject)
 
- 
- 
- 
Constructor Detail- 
ExpressionBasedPostInvocationAdvicepublic ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler) 
 
- 
 - 
Method Detail- 
afterpublic java.lang.Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject) throws AccessDeniedException - Specified by:
- afterin interface- PostInvocationAuthorizationAdvice
- Throws:
- AccessDeniedException
 
 
- 
 
-