Interface AnnotationMetadataExtractor<A extends java.lang.annotation.Annotation>


  • public interface AnnotationMetadataExtractor<A extends java.lang.annotation.Annotation>
    Strategy to process a custom security annotation to extract the relevant ConfigAttributes for securing a method.

    Used by SecuredAnnotationSecurityMetadataSource.

    • Method Detail

      • extractAttributes

        java.util.Collection<? extends ConfigAttribute> extractAttributes​(A securityAnnotation)