|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.plugins.springsecurity.SecurityAnnotationAttributes
public class SecurityAnnotationAttributes
Re-implementation of Acegi's SecurityAnnotationAttributes
as a temporary
fix until I can figure out how to do this correctly in 2.0.
Constructor Summary | |
---|---|
SecurityAnnotationAttributes()
|
Method Summary | |
---|---|
Set<org.springframework.security.SecurityConfig> |
getAttributes(Class target)
|
Collection |
getAttributes(Class clazz,
Class filter)
|
Collection |
getAttributes(Field field)
|
Collection |
getAttributes(Field field,
Class clazz)
|
Set<org.springframework.security.SecurityConfig> |
getAttributes(Method method)
|
Collection |
getAttributes(Method method,
Class clazz)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityAnnotationAttributes()
Method Detail |
---|
public Set<org.springframework.security.SecurityConfig> getAttributes(Class target)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.Class)
public Set<org.springframework.security.SecurityConfig> getAttributes(Method method)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.reflect.Method)
public Collection getAttributes(Class clazz, Class filter)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.Class, java.lang.Class)
public Collection getAttributes(Method method, Class clazz)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.reflect.Method, java.lang.Class)
public Collection getAttributes(Field field)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.reflect.Field)
public Collection getAttributes(Field field, Class clazz)
getAttributes
in interface org.springframework.metadata.Attributes
Attributes.getAttributes(java.lang.reflect.Field, java.lang.Class)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |