インターフェース MethodSecurityMetadataSource
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean,SecurityMetadataSource
- すべての既知の実装クラス:
AbstractFallbackMethodSecurityMetadataSource、AbstractMethodSecurityMetadataSource、DelegatingMethodSecurityMetadataSource、Jsr250MethodSecurityMetadataSource、MapBasedMethodSecurityMetadataSource、PrePostAnnotationSecurityMetadataSource、SecuredAnnotationSecurityMetadataSource
public interface MethodSecurityMetadataSource extends SecurityMetadataSource
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)