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.
Use AuthorizationManagerAfterMethodInterceptor instead
Since:
3.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.commons.logging.Log
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExpressionBasedPostInvocationAdvice(org.springframework.security.access.expression.method.MethodSecurityExpressionHandler expressionHandler)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    after(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected final org.apache.commons.logging.Log logger
      Deprecated.
  • Constructor Details

    • ExpressionBasedPostInvocationAdvice

      public ExpressionBasedPostInvocationAdvice(org.springframework.security.access.expression.method.MethodSecurityExpressionHandler expressionHandler)
      Deprecated.
  • Method Details

    • after

      public Object after(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject) throws org.springframework.security.access.AccessDeniedException
      Deprecated.
      Specified by:
      after in interface PostInvocationAuthorizationAdvice
      Throws:
      org.springframework.security.access.AccessDeniedException