Interface AnnotationMetadataExtractor<A extends java.lang.annotation.Annotation>
-
@Deprecated public interface AnnotationMetadataExtractor<A extends java.lang.annotation.Annotation>
Deprecated.Used only by now-deprecated classes. ConsiderSecuredAuthorizationManager
for `@Secured` methods.Strategy to process a custom security annotation to extract the relevantConfigAttribute
s for securing a method.Used by
SecuredAnnotationSecurityMetadataSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<? extends ConfigAttribute>
extractAttributes(A securityAnnotation)
Deprecated.
-
-
-
Method Detail
-
extractAttributes
java.util.Collection<? extends ConfigAttribute> extractAttributes(A securityAnnotation)
Deprecated.
-
-