インターフェース MethodSecurityMetadataSource
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean,SecurityMetadataSource
- すべての既知の実装クラス:
AbstractFallbackMethodSecurityMetadataSource、AbstractMethodSecurityMetadataSource、DelegatingMethodSecurityMetadataSource、Jsr250MethodSecurityMetadataSource、MapBasedMethodSecurityMetadataSource、PrePostAnnotationSecurityMetadataSource、SecuredAnnotationSecurityMetadataSource
使用すべきではありません。
Method をキーとしてルックアップを実行するように設計された SecurityMetadataSource 実装のインターフェース。メソッドのサマリー
インターフェース org.springframework.security.access.SecurityMetadataSource から継承されたメソッド
getAllConfigAttributes, getAttributes, supports
メソッドの詳細
getAttributes
使用すべきではありません。
<method-security>および<intercept-methods>にuse-authorization-manager属性を使用するか、アノテーションベースまたはAuthorizationManagerベースの認可を使用します。