Interface MethodSecurityMetadataSource

All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean, SecurityMetadataSource
All Known Implementing Classes:
AbstractFallbackMethodSecurityMetadataSource, AbstractMethodSecurityMetadataSource, DelegatingMethodSecurityMetadataSource, Jsr250MethodSecurityMetadataSource, MapBasedMethodSecurityMetadataSource, PrePostAnnotationSecurityMetadataSource, SecuredAnnotationSecurityMetadataSource

public interface MethodSecurityMetadataSource extends SecurityMetadataSource
Deprecated.
Use the use-authorization-manager attribute for <method-security> and <intercept-methods> instead or use annotation-based or AuthorizationManager-based authorization
Interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on Methods.
See Also: