public interface

MethodSecurityMetadataSource

implements SecurityMetadataSource
org.springframework.security.access.method.MethodSecurityMetadataSource
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract Collection<ConfigAttribute> getAttributes(Method method, Class<?> targetClass)
[Expand]
Inherited Methods
From interface org.springframework.security.access.SecurityMetadataSource

Public Methods

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