インターフェース MethodSecurityMetadataSource

すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean, SecurityMetadataSource
すべての既知の実装クラス:
AbstractFallbackMethodSecurityMetadataSource, AbstractMethodSecurityMetadataSource, DelegatingMethodSecurityMetadataSource, Jsr250MethodSecurityMetadataSource, MapBasedMethodSecurityMetadataSource, PrePostAnnotationSecurityMetadataSource, SecuredAnnotationSecurityMetadataSource

@DeprecatedSE public interface MethodSecurityMetadataSource extends SecurityMetadataSource
使用すべきではありません。
代わりに <method-security> および <intercept-methods> に use-authorization-manager 属性を使用するか、アノテーションベースまたは AuthorizationManager ベースの認可を使用します。
Method をキーとしてルックアップを実行するように設計された SecurityMetadataSource 実装のインターフェース。
関連事項: