org.springframework.security.intercept.method
Interface MethodDefinitionSource
- All Superinterfaces:
- ObjectDefinitionSource
- All Known Implementing Classes:
- AbstractFallbackMethodDefinitionSource, AbstractMethodDefinitionSource, DelegatingMethodDefinitionSource, Jsr250MethodDefinitionSource, MapBasedMethodDefinitionSource, MethodDefinitionAttributes, SecuredMethodDefinitionSource
public interface MethodDefinitionSource
- extends ObjectDefinitionSource
Interface for ObjectDefinitionSource
implementations
that are designed to perform lookups keyed on Method
s.
- Version:
- $Id$
- Author:
- Ben Alex
getAttributes
ConfigAttributeDefinition getAttributes(java.lang.reflect.Method method,
java.lang.Class targetClass)