Class SecurityNamespaceHandler

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

    public final class SecurityNamespaceHandler
    extends java.lang.Object
    implements org.springframework.beans.factory.xml.NamespaceHandler
    Parses elements from the "security" namespace (http://www.springframework.org/schema/security).
    Since:
    2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.config.BeanDefinitionHolder decorate​(org.w3c.dom.Node node, org.springframework.beans.factory.config.BeanDefinitionHolder definition, org.springframework.beans.factory.xml.ParserContext pc)  
      void init()  
      org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext pc)  
      • Methods inherited from class java.lang.Object

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

      • SecurityNamespaceHandler

        public SecurityNamespaceHandler()
    • Method Detail

      • parse

        public org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element,
                                                                             org.springframework.beans.factory.xml.ParserContext pc)
        Specified by:
        parse in interface org.springframework.beans.factory.xml.NamespaceHandler
      • decorate

        public org.springframework.beans.factory.config.BeanDefinitionHolder decorate​(org.w3c.dom.Node node,
                                                                                      org.springframework.beans.factory.config.BeanDefinitionHolder definition,
                                                                                      org.springframework.beans.factory.xml.ParserContext pc)
        Specified by:
        decorate in interface org.springframework.beans.factory.xml.NamespaceHandler
      • init

        public void init()
        Specified by:
        init in interface org.springframework.beans.factory.xml.NamespaceHandler