Interface FilterInvocationSecurityMetadataSource

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

@Deprecated public interface FilterInvocationSecurityMetadataSource extends org.springframework.security.access.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.
  • Method Summary

    Methods inherited from interface org.springframework.security.access.SecurityMetadataSource

    getAllConfigAttributes, getAttributes, supports