Interface FilterInvocationSecurityMetadataSource

All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean, SecurityMetadataSource
All Known Implementing Classes:
DefaultFilterInvocationSecurityMetadataSource, ExpressionBasedFilterInvocationSecurityMetadataSource

@Deprecated public interface FilterInvocationSecurityMetadataSource extends SecurityMetadataSource
Deprecated.
In modern Spring Security APIs, each API manages its own configuration context. As such there is no direct replacement for this interface. In the case of method security, please see SecurityAnnotationScanner and AuthorizationManager. In the case of channel security, please see HttpsRedirectFilter. In the case of web security, please see AuthorizationManager.
Marker interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on FilterInvocations.