- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class SecurityManagerDefinitionParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
This security manager delegates its parsing into two different definition parsers based on the name of the element.
If the name of the element matches "_muleSecurityManager", then the parser will invoke ParentDefinitionParser which in turn
will modify the existing _muleSecurityManager bean instead of creating a new one.
Now if the name is something different, then this parser will invoke the OrphanDefinitionParser which instead of modifying an
existing bean it will create a new one altogether.