インターフェース MethodSecurityMetadataSource

すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBeanSecurityMetadataSource
すべての既知の実装クラス:
AbstractFallbackMethodSecurityMetadataSourceAbstractMethodSecurityMetadataSourceDelegatingMethodSecurityMetadataSourceJsr250MethodSecurityMetadataSourceMapBasedMethodSecurityMetadataSourcePrePostAnnotationSecurityMetadataSourceSecuredAnnotationSecurityMetadataSource

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