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 SummaryModifier and TypeMethodDescriptionCollection<? extends ConfigAttribute>extractAttributes(A securityAnnotation) Deprecated.
- 
Method Details- 
extractAttributesDeprecated.
 
- 
SecuredAuthorizationManagerfor `@Secured` methods.