Searched refs:schemaNode (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java57 Node schemaNode; field in class:ServiceSchemaImpl
391 return (schemaNode);
398 schemaNode = sNode;
399 if (schemaNode == null) {
415 name = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.NAME);
416 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
417 i18nFileName = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.PROPERTIES_FILENAME);
418 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
420 inheritance = XMLUtils.getNodeAttributeValue(schemaNode,
423 .getNodeAttributeValue(schemaNode, SMSUtil
[all...]
H A DServiceSchema.java822 Node schemaNode = getSchemaNode(schemaDoc);
823 NodeList childrens = schemaNode.getChildNodes();
836 schemaNode.insertBefore(iNode, nextSibling);
853 Node schemaNode = getSchemaNode(schemaDoc);
855 NodeList childrens = schemaNode.getChildNodes();
870 schemaNode.insertBefore(iNode, nextSibling);
889 Node schemaNode = getSchemaNode(schemaDoc);
890 if (schemaNode != null) {
891 Node node = XMLUtils.getNamedChildNode(schemaNode, nodeType,
894 schemaNode
[all...]
H A DServiceSchemaManagerImpl.java173 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
174 ((Element) schemaNode).setAttribute(SMSUtils.I18N_KEY, fn);
190 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
191 ((Element) schemaNode).setAttribute(SMSUtils.REVISION_NUMBER, Integer
204 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
205 ((Element) schemaNode).setAttribute(SMSUtils.PROPERTIES_FILENAME, fn);
217 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
218 ((Element) schemaNode).setAttribute(SMSUtils.RESOURCE_BUNDLE_URL, url);
231 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
232 ((Element) schemaNode)
[all...]
H A DAttributeSchema.java947 Node schemaNode = null;
949 schemaNode = ss.getSchemaNode(schemaDoc);
951 schemaNode = ps.getPluginSchemaNode(schemaDoc);
953 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
960 schemaNode = ss.getOrgAttrSchemaNode(schemaDoc);
961 attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
1000 Node schemaNode = null;
1002 schemaNode = ss.getSchemaNode(schemaDoc);
1004 schemaNode = ps.getPluginSchemaNode(schemaDoc);
1007 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
[all...]
H A DServiceSchemaManager.java779 Node schemaNode = XMLUtils.getRootNode(schemaDoc, SMSUtils.SCHEMA);
780 schemaNode.appendChild(pluginNode);
794 Node schemaNode = XMLUtils.getRootNode(schemaDoc, SMSUtils.SCHEMA);
796 Node pluginNode = XMLUtils.getNamedChildNode(schemaNode,
799 schemaNode.removeChild(pluginNode);
H A DSMSSchema.java315 static String schemaToXML(Node schemaNode, String svcName, String version) { argument
317 + SCHEMA_PREFIX_3 + nodeToString(schemaNode) + SCHEMA_SUFFIX);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java805 Node schemaNode = getSchemaNode(schemaDoc);
806 NodeList childrens = schemaNode.getChildNodes();
819 schemaNode.insertBefore(iNode, nextSibling);
836 Node schemaNode = getSchemaNode(schemaDoc);
838 NodeList childrens = schemaNode.getChildNodes();
853 schemaNode.insertBefore(iNode, nextSibling);
872 Node schemaNode = getSchemaNode(schemaDoc);
873 if (schemaNode != null) {
874 Node node = XMLUtils.getNamedChildNode(schemaNode, nodeType,
877 schemaNode
[all...]
H A DServiceSchemaImpl.java55 Node schemaNode; field in class:ServiceSchemaImpl
359 return (schemaNode);
366 schemaNode = sNode;
367 if (schemaNode == null) {
383 name = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.NAME);
384 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
385 i18nFileName = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.PROPERTIES_FILENAME);
386 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
388 inheritance = XMLUtils.getNodeAttributeValue(schemaNode,
391 .getNodeAttributeValue(schemaNode, SMSUtil
[all...]
H A DServiceSchemaManagerImpl.java171 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
172 ((Element) schemaNode).setAttribute(SMSUtils.I18N_KEY, fn);
188 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
189 ((Element) schemaNode).setAttribute(SMSUtils.REVISION_NUMBER, Integer
202 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
203 ((Element) schemaNode).setAttribute(SMSUtils.PROPERTIES_FILENAME, fn);
215 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
216 ((Element) schemaNode).setAttribute(SMSUtils.RESOURCE_BUNDLE_URL, url);
229 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
230 ((Element) schemaNode)
[all...]
H A DAttributeSchema.java913 Node schemaNode = null;
915 schemaNode = ss.getSchemaNode(schemaDoc);
917 schemaNode = ps.getPluginSchemaNode(schemaDoc);
919 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
926 schemaNode = ss.getOrgAttrSchemaNode(schemaDoc);
927 attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
966 Node schemaNode = null;
968 schemaNode = ss.getSchemaNode(schemaDoc);
970 schemaNode = ps.getPluginSchemaNode(schemaDoc);
973 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode,
[all...]
H A DServiceSchemaManager.java781 Node schemaNode = XMLUtils.getRootNode(schemaDoc, SMSUtils.SCHEMA);
782 schemaNode.appendChild(pluginNode);
796 Node schemaNode = XMLUtils.getRootNode(schemaDoc, SMSUtils.SCHEMA);
798 Node pluginNode = XMLUtils.getNamedChildNode(schemaNode,
801 schemaNode.removeChild(pluginNode);
H A DSMSSchema.java315 static String schemaToXML(Node schemaNode, String svcName, String version) { argument
317 + SCHEMA_PREFIX_3 + nodeToString(schemaNode) + SCHEMA_SUFFIX);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java81 Node schemaNode = orgNode.getParentNode();
83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java81 Node schemaNode = orgNode.getParentNode();
83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java710 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode)node;
711 if (schemaNode.getSchemaElement().equals(element))
714 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java709 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode)node;
710 if (schemaNode.getSchemaElement().equals(element))
713 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java710 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode)node;
711 if (schemaNode.getSchemaElement().equals(element))
714 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java709 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode)node;
710 if (schemaNode.getSchemaElement().equals(element))
713 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java710 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode)node;
711 if (schemaNode.getSchemaElement().equals(element))
714 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java613 SchemaElementTreeNode schemaNode = (SchemaElementTreeNode) node;
614 if (schemaNode.getSchemaElement().equals(element))
617 TreePath newSelectionPath = new TreePath(schemaNode.getPath());
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3762 Node schemaNode = dom.importNode(doc.getDocumentElement(), true);
3763 schemaElement.insertBefore(schemaNode, newNextSibling);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3762 Node schemaNode = dom.importNode(doc.getDocumentElement(), true);
3763 schemaElement.insertBefore(schemaNode, newNextSibling);

Completed in 109 milliseconds