public class

ExpressionBasedPostInvocationAdvice

extends Object
implements PostInvocationAuthorizationAdvice
java.lang.Object
   ↳ org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice

Summary

Fields
protected final Log logger
Public Constructors
ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
Public Methods
Object after(Authentication authentication, MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.access.prepost.PostInvocationAuthorizationAdvice

Fields

protected final Log logger

Public Constructors

public ExpressionBasedPostInvocationAdvice (MethodSecurityExpressionHandler expressionHandler)

Public Methods

public Object after (Authentication authentication, MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject)