Spring Security Framework

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(Method method, Class targetClass)
           
 
Methods inherited from interface org.springframework.security.intercept.ObjectDefinitionSource
getAttributes, getConfigAttributeDefinitions, supports
 

Method Detail

getAttributes

ConfigAttributeDefinition getAttributes(Method method,
                                        Class targetClass)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.