Searched defs:xmlRoot (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v7/src/main/java/org/forgerock/openam/agents/jboss/install/
H A DConfigXMLBase.java87 XMLElement xmlRoot = xml.getRootElement();
88 addSystemProperty(xml, xmlRoot, property);
91 addGlobalModule(xml, xmlRoot);
93 addSecurityDomain(xml, xmlRoot);
102 private void addSystemProperty(XMLDocument xml, XMLElement xmlRoot, String property) throws Exception { argument
103 List<XMLElement> existingProperties = xmlRoot.getNamedChildElements(SYSTEM_PROPERTIES);
106 List<XMLElement> elements = xmlRoot.getChildElements();
112 xmlRoot.addChildElementAt(props, idx + 1, true);
121 private void addGlobalModule(XMLDocument xml, XMLElement xmlRoot) throws Exception { argument
122 XMLElement subsystem = getSubsystemForNamespace(xmlRoot, EE_NAMESPACE_PREFI
132 addSecurityDomain(XMLDocument xml, XMLElement xmlRoot) argument
164 removeSystemProperty(XMLElement xmlRoot) argument
169 removeGlobalModule(XMLElement xmlRoot) argument
175 removeSecurityDomain(XMLElement xmlRoot) argument
218 getSubsystemForNamespace(XMLElement xmlRoot, String namespace) argument
[all...]

Completed in 38 milliseconds