インターフェース MethodSecurityMetadataSource
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean,SecurityMetadataSource
- すべての既知の実装クラス:
AbstractFallbackMethodSecurityMetadataSource、AbstractMethodSecurityMetadataSource、DelegatingMethodSecurityMetadataSource、Jsr250MethodSecurityMetadataSource、MapBasedMethodSecurityMetadataSource、PrePostAnnotationSecurityMetadataSource、SecuredAnnotationSecurityMetadataSource
public interface MethodSecurityMetadataSource extends SecurityMetadataSource
使用すべきではありません。代わりに<method-security>および<intercept-methods>にuse-authorization-manager属性を使用するか、アノテーションベースまたはAuthorizationManagerベースの認可を使用します。Methodをキーとしてルックアップを実行するように設計されたSecurityMetadataSource実装のインターフェース。
方法の概要
すべてのメソッド インスタンスメソッド 抽象メソッド 非推奨のメソッド 修飾子と型 メソッド 説明 java.util.Collection<ConfigAttribute>getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass)使用すべきではありません。インターフェース org.springframework.security.access.SecurityMetadataSource から継承されたメソッド
getAllConfigAttributes, getAttributes, supports
メソッドの詳細
getAttributes
java.util.Collection<ConfigAttribute> getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
使用すべきではありません。