Interface FilterInvocationSecurityMetadataSource
- All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean
,SecurityMetadataSource
- All Known Implementing Classes:
DefaultFilterInvocationSecurityMetadataSource
,ExpressionBasedFilterInvocationSecurityMetadataSource
Deprecated.
Marker interface for
SecurityMetadataSource
implementations that are
designed to perform lookups keyed on FilterInvocation
s.-
Method Summary
Methods inherited from interface org.springframework.security.access.SecurityMetadataSource
getAllConfigAttributes, getAttributes, supports
SecurityAnnotationScanner
andAuthorizationManager
. In the case of channel security, please seeHttpsRedirectFilter
. In the case of web security, please seeAuthorizationManager
.