org.springframework.security.access.prepost
Interface PostInvocationAuthorizationAdvice
- All Superinterfaces:
- AopInfrastructureBean
- All Known Implementing Classes:
- ExpressionBasedPostInvocationAdvice
public interface PostInvocationAuthorizationAdvice
- extends AopInfrastructureBean
Performs filtering and authorization logic after a method is invoked.
- Since:
- 3.0
- Version:
- $Id: PostInvocationAuthorizationAdvice.java 3800 2009-08-04 00:18:07Z ltaylor $
- Author:
- Luke Taylor
after
Object after(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PostInvocationAttribute pia,
Object returnedObject)
throws AccessDeniedException
- Throws:
AccessDeniedException
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.