Class ExpressionBasedPostInvocationAdvice
- java.lang.Object
-
- org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice
-
- All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean
,PostInvocationAuthorizationAdvice
@Deprecated public class ExpressionBasedPostInvocationAdvice extends java.lang.Object implements PostInvocationAuthorizationAdvice
Deprecated.UseAuthorizationManagerAfterMethodInterceptor
instead- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
logger
Deprecated.
-
Constructor Summary
Constructors Constructor Description ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject)
Deprecated.
-
-
-
Constructor Detail
-
ExpressionBasedPostInvocationAdvice
public ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
Deprecated.
-
-
Method Detail
-
after
public java.lang.Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject) throws AccessDeniedException
Deprecated.- Specified by:
after
in interfacePostInvocationAuthorizationAdvice
- Throws:
AccessDeniedException
-
-