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