Searched refs:XMLUtils (Results 26 - 50 of 703) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java35 import com.sun.identity.shared.xml.XMLUtils;
237 doc = XMLUtils.getXMLDocument(
247 Node rootNode = XMLUtils.getRootNode(doc, POLICY_SERVICE_ROOT);
255 String ver = XMLUtils.getNodeAttributeValue(
261 String rev = XMLUtils.getNodeAttributeValue(
268 Node node = XMLUtils.getChildNode(rootNode, POLICY_REQUEST);
277 node = XMLUtils.getChildNode(rootNode, POLICY_RESPONSE);
286 node = XMLUtils.getChildNode(rootNode, POLICY_NOTIFICATION);
H A DRemoveListenerRequest.java32 import com.sun.identity.shared.xml.XMLUtils;
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyChangeNotification.java35 import com.sun.identity.shared.xml.XMLUtils;
170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
193 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_NAME);
207 String name = XMLUtils.getValueOfValueNode(node);
244 xmlsb.append(XMLUtils.escapeSpecialCharacters(resName));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DCreateXmlTree.java33 import com.sun.identity.shared.xml.XMLUtils;
48 DocumentBuilder db = XMLUtils.getSafeDocumentBuilder(false);
59 DocumentBuilder db = XMLUtils.getSafeDocumentBuilder(false);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java32 import com.sun.identity.shared.xml.XMLUtils;
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyChangeNotification.java35 import com.sun.identity.shared.xml.XMLUtils;
170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
193 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_NAME);
207 String name = XMLUtils.getValueOfValueNode(node);
244 xmlsb.append(XMLUtils.escapeSpecialCharacters(resName));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/key/
H A DKeyUtilTest.java23 import com.sun.identity.shared.xml.XMLUtils;
42 String idpMetadata = XMLUtils.print(
43 XMLUtils.toDOMDocument(ClassLoader.getSystemResourceAsStream(XML_DOCUMENT_TO_LOAD),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DParameter.java35 import com.sun.identity.shared.xml.XMLUtils;
81 name = XMLUtils.getNodeAttributeValue(element,
87 value = XMLUtils.getElementValue(element);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DCreateXmlTree.java33 import com.sun.identity.shared.xml.XMLUtils;
48 DocumentBuilder db = XMLUtils.getSafeDocumentBuilder(false);
59 DocumentBuilder db = XMLUtils.getSafeDocumentBuilder(false);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DParameter.java35 import com.sun.identity.shared.xml.XMLUtils;
81 name = XMLUtils.getNodeAttributeValue(element,
87 value = XMLUtils.getElementValue(element);
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/key/
H A DKeyUtilTest.java23 import com.sun.identity.shared.xml.XMLUtils;
42 String idpMetadata = XMLUtils.print(
43 XMLUtils.toDOMDocument(ClassLoader.getSystemResourceAsStream(XML_DOCUMENT_TO_LOAD),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DProcessingContextHeader.java35 import com.sun.identity.shared.xml.XMLUtils;
75 elementValue = XMLUtils.getElementValue(processingContextElement);
86 id = XMLUtils.getNodeAttributeValue(processingContextElement,
88 String str = XMLUtils.getNodeAttributeValueNS(
102 actor = XMLUtils.getNodeAttributeValueNS(
H A DCorrelationHeader.java41 import com.sun.identity.shared.xml.XMLUtils;
80 messageID = XMLUtils.getNodeAttributeValue(
89 id = XMLUtils.getNodeAttributeValue(
92 refToMessageID = XMLUtils.getNodeAttributeValue(
95 String str = XMLUtils.getNodeAttributeValueNS(
109 str = XMLUtils.getNodeAttributeValue(
124 actor = XMLUtils.getNodeAttributeValueNS(
H A DConsentHeader.java33 import com.sun.identity.shared.xml.XMLUtils;
74 uri = XMLUtils.getNodeAttributeValue(
76 id = XMLUtils.getNodeAttributeValue(
78 String str = XMLUtils.getNodeAttributeValueNS(
91 str = XMLUtils.getNodeAttributeValue(
103 actor = XMLUtils.getNodeAttributeValueNS(
H A DProviderHeader.java35 import com.sun.identity.shared.xml.XMLUtils;
81 providerID = XMLUtils.getNodeAttributeValue(
89 affiliationID = XMLUtils.getNodeAttributeValue(
92 id = XMLUtils.getNodeAttributeValue(
95 String str = XMLUtils.getNodeAttributeValueNS(
109 actor = XMLUtils.getNodeAttributeValueNS(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DProcessingContextHeader.java35 import com.sun.identity.shared.xml.XMLUtils;
75 elementValue = XMLUtils.getElementValue(processingContextElement);
86 id = XMLUtils.getNodeAttributeValue(processingContextElement,
88 String str = XMLUtils.getNodeAttributeValueNS(
102 actor = XMLUtils.getNodeAttributeValueNS(
H A DCorrelationHeader.java44 import com.sun.identity.shared.xml.XMLUtils;
83 messageID = XMLUtils.getNodeAttributeValue(
92 id = XMLUtils.getNodeAttributeValue(
95 refToMessageID = XMLUtils.getNodeAttributeValue(
98 String str = XMLUtils.getNodeAttributeValueNS(
112 str = XMLUtils.getNodeAttributeValue(
127 actor = XMLUtils.getNodeAttributeValueNS(
H A DConsentHeader.java33 import com.sun.identity.shared.xml.XMLUtils;
74 uri = XMLUtils.getNodeAttributeValue(
76 id = XMLUtils.getNodeAttributeValue(
78 String str = XMLUtils.getNodeAttributeValueNS(
91 str = XMLUtils.getNodeAttributeValue(
103 actor = XMLUtils.getNodeAttributeValueNS(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java32 import com.sun.identity.shared.xml.XMLUtils;
221 if ((ruleName = XMLUtils.getNodeAttributeValue(ruleNode,
227 Node serviceNode = XMLUtils.getChildNode(ruleNode,
229 if ((serviceNode == null) || ((serviceTypeName = XMLUtils.getNodeAttributeValue(serviceNode,
242 Node applicationNameNode = XMLUtils.getChildNode(ruleNode,
245 applicationName = XMLUtils.getNodeAttributeValue(
257 Set actionNodes = XMLUtils.getChildNodes(ruleNode,
267 Node attrNode = XMLUtils.getChildNode(node, PolicyManager.ATTR_NODE);
268 if ((attrNode == null) || ((actionName = XMLUtils.getNodeAttributeValue(attrNode,
270 XMLUtils
[all...]
H A DReferrals.java39 import com.sun.identity.shared.xml.XMLUtils;
102 if ((name = XMLUtils.getNodeAttributeValue(referralsNode,
108 if ((description = XMLUtils.getNodeAttributeValue(referralsNode,
117 Iterator referralNodes = XMLUtils.getChildNodes(
121 String referralType = XMLUtils.getNodeAttributeValue(
141 if (XMLUtils.getNamedChildNode(attrValuePairNode,
144 referral.setValues(XMLUtils.getAttributeValuePair(
150 String referralName = XMLUtils.getNodeAttributeValue(
448 .append(XMLUtils.escapeSpecialCharacters(name))
450 .append(XMLUtils
[all...]
H A DResponseProviders.java40 import com.sun.identity.shared.xml.XMLUtils;
89 if ((name = XMLUtils.getNodeAttributeValue(responseProvidersNode,
96 if ((description = XMLUtils.getNodeAttributeValue(responseProvidersNode,
102 Iterator providerNodes = XMLUtils.getChildNodes(
107 String providerType = XMLUtils.getNodeAttributeValue(
119 String providerName = XMLUtils.getNodeAttributeValue(
133 = XMLUtils.getChildNode(attrValuePairNode,
136 String name = XMLUtils.getNodeAttributeValue(attributeNode,
138 Set values = XMLUtils.getAttributeValuePair(
482 .append(XMLUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DReferrals.java39 import com.sun.identity.shared.xml.XMLUtils;
102 if ((name = XMLUtils.getNodeAttributeValue(referralsNode,
108 if ((description = XMLUtils.getNodeAttributeValue(referralsNode,
117 Iterator referralNodes = XMLUtils.getChildNodes(
121 String referralType = XMLUtils.getNodeAttributeValue(
141 if (XMLUtils.getNamedChildNode(attrValuePairNode,
144 referral.setValues(XMLUtils.getAttributeValuePair(
150 String referralName = XMLUtils.getNodeAttributeValue(
448 .append(XMLUtils.escapeSpecialCharacters(name))
450 .append(XMLUtils
[all...]
H A DResponseProviders.java40 import com.sun.identity.shared.xml.XMLUtils;
89 if ((name = XMLUtils.getNodeAttributeValue(responseProvidersNode,
96 if ((description = XMLUtils.getNodeAttributeValue(responseProvidersNode,
102 Iterator providerNodes = XMLUtils.getChildNodes(
107 String providerType = XMLUtils.getNodeAttributeValue(
119 String providerName = XMLUtils.getNodeAttributeValue(
133 = XMLUtils.getChildNode(attrValuePairNode,
136 String name = XMLUtils.getNodeAttributeValue(attributeNode,
138 Set values = XMLUtils.getAttributeValuePair(
482 .append(XMLUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DRegisterServices.java37 import com.sun.identity.shared.xml.XMLUtils;
132 XMLUtils.escapeSpecialCharacters(
136 XMLUtils.escapeSpecialCharacters((String)data.get(
140 XMLUtils.escapeSpecialCharacters((String) data.get(
143 XMLUtils.escapeSpecialCharacters((String) data.get(
146 XMLUtils.escapeSpecialCharacters((String) data.get(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DRegisterServices.java37 import com.sun.identity.shared.xml.XMLUtils;
132 XMLUtils.escapeSpecialCharacters(
136 XMLUtils.escapeSpecialCharacters((String)data.get(
140 XMLUtils.escapeSpecialCharacters((String) data.get(
143 XMLUtils.escapeSpecialCharacters((String) data.get(
146 XMLUtils.escapeSpecialCharacters((String) data.get(

Completed in 76 milliseconds

1234567891011>>