Class SecurityNamespaceHandler
- java.lang.Object
-
- org.springframework.security.config.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
-
-
Constructor Summary
Constructors Constructor Description SecurityNamespaceHandler()
-
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)
-
-
-
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 interfaceorg.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 interfaceorg.springframework.beans.factory.xml.NamespaceHandler
-
init
public void init()
- Specified by:
init
in interfaceorg.springframework.beans.factory.xml.NamespaceHandler
-
-