org.springframework.security.access.method
Interface MethodSecurityMetadataSource

All Superinterfaces:
AopInfrastructureBean, SecurityMetadataSource
All Known Implementing Classes:
AbstractFallbackMethodSecurityMetadataSource, AbstractMethodSecurityMetadataSource, DelegatingMethodSecurityMetadataSource, Jsr250MethodSecurityMetadataSource, MapBasedMethodSecurityMetadataSource, PrePostAnnotationSecurityMetadataSource, SecuredAnnotationSecurityMetadataSource

public interface MethodSecurityMetadataSource
extends SecurityMetadataSource

Interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on Methods.

Version:
$Id: MethodSecurityMetadataSource.java 3932 2009-10-07 21:08:20Z ltaylor $
Author:
Ben Alex

Method Summary
 Collection<ConfigAttribute> getAttributes(Method method, Class<?> targetClass)
           
 
Methods inherited from interface org.springframework.security.access.SecurityMetadataSource
getAllConfigAttributes, getAttributes, supports
 

Method Detail

getAttributes

Collection<ConfigAttribute> getAttributes(Method method,
                                          Class<?> targetClass)


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