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
Deprecated.Use theuse-authorization-manager
attribute for<method-security>
and<intercept-methods>
instead or use annotation-based orAuthorizationManager
-based authorizationInterface forSecurityMetadataSource
implementations that are designed to perform lookups keyed onMethod
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<ConfigAttribute>
getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
Deprecated.-
Methods inherited from interface org.springframework.security.access.SecurityMetadataSource
getAllConfigAttributes, getAttributes, supports
-
-
-
-
Method Detail
-
getAttributes
java.util.Collection<ConfigAttribute> getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
Deprecated.
-
-