Lines Matching refs:XMLUtils

35 import com.sun.identity.shared.xml.XMLUtils;
105 String lenString = XMLUtils.getNodeAttributeValue(
519 String echoPasswordAttr = XMLUtils.getNodeAttributeValue(
563 String multiSelectAttr = XMLUtils.getNodeAttributeValue(
573 XMLUtils.getChildNode(childNode, AuthXMLTags.CHOICE_VALUES);
578 String isDefaultAttr = XMLUtils.getNodeAttributeValue(
593 Node selectedNode = XMLUtils.getChildNode(childNode,
601 Integer.parseInt(XMLUtils.getValueOfValueNode(selectValueNode));
625 String msgType = XMLUtils.getNodeAttributeValue(
637 String optType = XMLUtils.getNodeAttributeValue(
653 Node optionsNode = XMLUtils.getChildNode(childNode,
665 Node defaultNode = XMLUtils.getChildNode(childNode,
690 Node selectedNode = XMLUtils.getChildNode(childNode,
741 String msgType = XMLUtils.getNodeAttributeValue(childNode,
774 String errStateAttr = XMLUtils.getNodeAttributeValue(childNode,
813 String strSignReq = XMLUtils.getNodeAttributeValue(childNode,
821 XMLUtils.getChildNode(childNode, AuthXMLTags.X509CERTIFICATE);
823 String certificate = XMLUtils.getValueOfValueNode(pNode);
861 String redirectMethod = XMLUtils.getNodeAttributeValue(
913 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_URL);
915 return (XMLUtils.getValueOfValueNode(pNode));
923 XMLUtils.getChildNodes(node, AuthXMLTags.REDIRECT_DATA);
937 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_NAME);
939 return (XMLUtils.getValueOfValueNode(pNode));
945 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_VALUE);
947 return (XMLUtils.getValueOfValueNode(pNode));
953 Node pNode = XMLUtils.getChildNode(node,
956 return (XMLUtils.getValueOfValueNode(pNode));
962 Node pNode = XMLUtils.getChildNode(node,
965 return (XMLUtils.getValueOfValueNode(pNode));
971 Node pNode = XMLUtils.getChildNode(node,
974 return (XMLUtils.getValueOfValueNode(pNode));
983 .append(XMLUtils.escapeSpecialCharacters(nameCallback.getPrompt()))
990 .append(XMLUtils.escapeSpecialCharacters(defaultName))
998 .append(XMLUtils.escapeSpecialCharacters(name))
1010 .append(XMLUtils.escapeSpecialCharacters(hiddenValueCallback.getId()))
1017 .append(XMLUtils.escapeSpecialCharacters(defaultValue))
1025 .append(XMLUtils.escapeSpecialCharacters(value))
1050 .append(XMLUtils.escapeSpecialCharacters(
1056 .append((XMLUtils.escapeSpecialCharacters(
1083 .append(XMLUtils.escapeSpecialCharacters(
1103 .append(XMLUtils.escapeSpecialCharacters(choices[j]))
1169 .append(XMLUtils.escapeSpecialCharacters(
1180 .append(XMLUtils.escapeSpecialCharacters(options[j]))
1210 .append(XMLUtils.escapeSpecialCharacters(
1218 .append(XMLUtils.escapeSpecialCharacters(defaultText))
1226 .append(XMLUtils.escapeSpecialCharacters(setText))
1259 .append(XMLUtils.escapeSpecialCharacters(textOutputCallback.getMessage()))
1288 .append(XMLUtils.escapeSpecialCharacters(pagePCallback.getHeader()))
1359 .append(XMLUtils.escapeSpecialCharacters(certCallback.getPrompt()))
1428 .append(XMLUtils.escapeSpecialCharacters(redirectUrl))
1485 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.PROMPT);
1487 return (XMLUtils.getValueOfValueNode(pNode));
1493 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.ID);
1495 return (XMLUtils.getValueOfValueNode(pNode));
1501 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.VALUE);
1503 return (XMLUtils.getValueOfValueNode(pNode));
1509 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.VALUE);
1511 return (XMLUtils.getValueOfValueNodeNoTrim(pNode));
1517 Node pNode = XMLUtils.getChildNode(node, childNode);
1519 return (XMLUtils.getValueOfValueNode(pNode));
1529 String className = XMLUtils.getNodeAttributeValue(
1573 XMLUtils.getNodeAttributeValue(
1578 value = XMLUtils.getValueOfValueNode(childNodeI);
1911 Node localeNode= XMLUtils.getChildNode(childNode,"Locale");
1914 XMLUtils.getNodeAttributeValue(localeNode, AuthXMLTags.ATTRIBUTE_LANG);
1915 String country = XMLUtils.getNodeAttributeValue(
1917 String variant = XMLUtils.getNodeAttributeValue(
1996 Node defaultNode = XMLUtils.getChildNode(childNode,