org.springframework.security.web.access.intercept
Interface FilterInvocationSecurityMetadataSource

All Superinterfaces:
AopInfrastructureBean, SecurityMetadataSource
All Known Implementing Classes:
DefaultFilterInvocationSecurityMetadataSource, ExpressionBasedFilterInvocationSecurityMetadataSource

public interface FilterInvocationSecurityMetadataSource
extends SecurityMetadataSource

Marker interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on FilterInvocations.

Version:
$Id: FilterInvocationSecurityMetadataSource.java 3652 2009-05-11 05:35:20Z ltaylor $
Author:
Ben Alex

Method Summary
 
Methods inherited from interface org.springframework.security.access.SecurityMetadataSource
getAllConfigAttributes, getAttributes, supports
 



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