Interface MethodSecurityMetadataSource
- 
- All Superinterfaces:
- org.springframework.aop.framework.AopInfrastructureBean,- SecurityMetadataSource
 - All Known Implementing Classes:
- AbstractFallbackMethodSecurityMetadataSource,- AbstractMethodSecurityMetadataSource,- DelegatingMethodSecurityMetadataSource,- Jsr250MethodSecurityMetadataSource,- MapBasedMethodSecurityMetadataSource,- PrePostAnnotationSecurityMetadataSource,- SecuredAnnotationSecurityMetadataSource
 
 public interface MethodSecurityMetadataSource extends SecurityMetadataSource Interface forSecurityMetadataSourceimplementations that are designed to perform lookups keyed onMethods.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<ConfigAttribute>getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass)- 
Methods inherited from interface org.springframework.security.access.SecurityMetadataSourcegetAllConfigAttributes, getAttributes, supports
 
- 
 
- 
- 
- 
Method Detail- 
getAttributesjava.util.Collection<ConfigAttribute> getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass) 
 
- 
 
-