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.

Author:
Ben Alex

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



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