org.springframework.security.access.prepost
Interface PreInvocationAttribute

All Superinterfaces:
ConfigAttribute, Serializable

public interface PreInvocationAttribute
extends ConfigAttribute

Marker interface for attributes which are created from combined @PreFilter and @PreAuthorize annotations.

Consumed by a PreInvocationAuthorizationAdvice.

Since:
3.0
Version:
$Id: PreInvocationAttribute.java 3650 2009-05-11 05:18:20Z ltaylor $
Author:
Luke Taylor

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



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