インターフェース 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)
使用すべきではありません。