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 Object
implements PostInvocationAuthorizationAdvice
Deprecated.
- Since:
- 3.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.apache.commons.logging.Log
Deprecated. -
Constructor Summary
ConstructorDescriptionExpressionBasedPostInvocationAdvice
(MethodSecurityExpressionHandler expressionHandler) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionafter
(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject) Deprecated.
-
Field Details
-
logger
protected final org.apache.commons.logging.Log loggerDeprecated.
-
-
Constructor Details
-
ExpressionBasedPostInvocationAdvice
Deprecated.
-
-
Method Details
-
after
public Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject) throws AccessDeniedException Deprecated.- Specified by:
after
in interfacePostInvocationAuthorizationAdvice
- Throws:
AccessDeniedException
-
AuthorizationManagerAfterMethodInterceptor
instead