src.java.org.codehaus.groovy.grails.plugins.springsecurity
Class SecurityAnnotationAttributes

 
Constructor Summary
SecurityAnnotationAttributes()
           
 
Method Summary
Set getAttributes(Class target)
          
Set getAttributes(Method method)
          
Collection getAttributes(Class clazz, Class filter)
          
Collection getAttributes(Method method, Class clazz)
          
Collection getAttributes(Field field)
          
Collection getAttributes(Field field, Class clazz)
          
 

Constructor Detail

SecurityAnnotationAttributes

SecurityAnnotationAttributes()


Method Detail

getAttributes

public Set getAttributes(Class target)


getAttributes

public Set getAttributes(Method method)


getAttributes

public Collection getAttributes(Class clazz, Class filter)


getAttributes

public Collection getAttributes(Method method, Class clazz)


getAttributes

public Collection getAttributes(Field field)


getAttributes

public Collection getAttributes(Field field, Class clazz)