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 Methods.

Version:
$Id$
Author:
Ben Alex

Method Summary
 ConfigAttributeDefinition getAttributes(java.lang.reflect.Method method, java.lang.Class targetClass)
           
 
Methods inherited from interface org.springframework.security.intercept.ObjectDefinitionSource
getAttributes, getConfigAttributeDefinitions, supports
 

Method Detail

getAttributes

ConfigAttributeDefinition getAttributes(java.lang.reflect.Method method,
                                        java.lang.Class targetClass)