org.springframework.security.access.prepost
Interface PostInvocationAttribute

All Superinterfaces:
ConfigAttribute, Serializable

public interface PostInvocationAttribute
extends ConfigAttribute

Marker interface for attributes which are created from combined @PostFilter and @PostAuthorize annotations.

Consumed by a PostInvocationAuthorizationAdvice.

Since:
3.0
Version:
$Id: PostInvocationAttribute.java 3800 2009-08-04 00:18:07Z ltaylor $
Author:
Luke Taylor

Method Summary
 
Methods inherited from interface org.springframework.security.access.ConfigAttribute
getAttribute
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.