Interface AnnotationMetadataExtractor<A extends Annotation>
Deprecated.
Strategy to process a custom security annotation to extract the relevant
 
ConfigAttributes for securing a method.
 
 Used by SecuredAnnotationSecurityMetadataSource.
- 
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends ConfigAttribute>extractAttributes(A securityAnnotation) Deprecated. 
- 
Method Details
- 
extractAttributes
Deprecated. 
 - 
 
SecuredAuthorizationManagerfor `@Secured` methods.