Interface MethodSecurityMetadataSource
- All Superinterfaces:
- org.springframework.aop.framework.AopInfrastructureBean,- SecurityMetadataSource
- All Known Implementing Classes:
- AbstractFallbackMethodSecurityMetadataSource,- AbstractMethodSecurityMetadataSource,- DelegatingMethodSecurityMetadataSource,- Jsr250MethodSecurityMetadataSource,- MapBasedMethodSecurityMetadataSource,- PrePostAnnotationSecurityMetadataSource,- SecuredAnnotationSecurityMetadataSource
Deprecated.
Interface for 
SecurityMetadataSource implementations that are designed to
 perform lookups keyed on Methods.- 
Method SummaryModifier and TypeMethodDescriptiongetAttributes(Method method, @Nullable Class<?> targetClass) Deprecated.Methods inherited from interface org.springframework.security.access.SecurityMetadataSourcegetAllConfigAttributes, getAttributes, supports
- 
Method Details- 
getAttributesDeprecated.
 
- 
use-authorization-managerattribute for<method-security>and<intercept-methods>instead or use annotation-based orAuthorizationManager-based authorization