Class FilterInvocationSecurityMetadataSourceParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    @Deprecated
    public class FilterInvocationSecurityMetadataSourceParser
    extends java.lang.Object
    implements org.springframework.beans.factory.xml.BeanDefinitionParser
    Deprecated.
    Use `use-authorization-manager` property instead
    Allows for convenient creation of a FilterInvocationSecurityMetadataSource bean for use with a FilterSecurityInterceptor.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterInvocationSecurityMetadataSourceParser

        public FilterInvocationSecurityMetadataSourceParser()
        Deprecated.
    • Method Detail

      • parse

        public org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element,
                                                                             org.springframework.beans.factory.xml.ParserContext parserContext)
        Deprecated.
        Specified by:
        parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser