public abstract class AbstractMethodSecurityMetadataSource extends Object implements MethodSecurityMetadataSource
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | logger | 
| Constructor and Description | 
|---|
| AbstractMethodSecurityMetadataSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ConfigAttribute> | getAttributes(Object object)Accesses the  ConfigAttributes that apply to a given secure object. | 
| boolean | supports(Class<?> clazz)Indicates whether the  SecurityMetadataSourceimplementation is able to provideConfigAttributes for the indicated secure object type. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributesgetAllConfigAttributespublic AbstractMethodSecurityMetadataSource()
public final Collection<ConfigAttribute> getAttributes(Object object)
SecurityMetadataSourceConfigAttributes that apply to a given secure object.getAttributes in interface SecurityMetadataSourceobject - the object being securedpublic final boolean supports(Class<?> clazz)
SecurityMetadataSourceSecurityMetadataSource implementation is able to provide
 ConfigAttributes for the indicated secure object type.supports in interface SecurityMetadataSourceclazz - the class that is being queried