@groovy.transform.CompileStatic class PrePostAnnotationSecurityMetadataSource extends AbstractMethodSecurityMetadataSource
| Type | Name and description |
|---|---|
ExpressionBasedAnnotationAttributeFactory |
attributeFactory |
| Constructor and description |
|---|
PrePostAnnotationSecurityMetadataSource(ExpressionBasedAnnotationAttributeFactory attributeFactory) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Collection<ConfigAttribute> |
getAllConfigAttributes() |
|
java.util.Collection<ConfigAttribute> |
getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass) |
| Methods inherited from class | Name |
|---|---|
class AbstractMethodSecurityMetadataSource |
supports |