Searched refs:XMLUtils (Results 51 - 75 of 703) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
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-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java35 import com.sun.identity.shared.xml.XMLUtils;
164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DPolicyResponse.java33 import com.sun.identity.shared.xml.XMLUtils;
252 String attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
261 String issueInst = XMLUtils.getNodeAttributeValue(pNode, ISSUE_INSTANT);
279 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_RESULT);
301 node = XMLUtils.getChildNode(pNode, ADD_LISTENER_RESPONSE);
307 node = XMLUtils.getChildNode(pNode, REMOVE_LISTENER_RESPONSE);
313 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_RESPONSE);
321 node = XMLUtils.getChildNode(pNode, EXCEPTION_RESPONSE);
323 String eMsg = XMLUtils.getValueOfValueNode(node);
H A DResourceResultRequest.java35 import com.sun.identity.shared.xml.XMLUtils;
236 attr = XMLUtils.getNodeAttributeValue(pNode, USER_SSOTOKEN);
247 attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
258 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_NAME);
269 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_SCOPE);
292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
340 .append(XMLUtils.escapeSpecialCharacters(resourceName))
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
91 xmlString = XMLUtils.print(element);
101 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DEncryptedIDImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
96 xmlString = XMLUtils.print(element);
106 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
98 xmlString = XMLUtils.print(element);
111 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DRequesterIDImpl.java33 import com.sun.identity.shared.xml.XMLUtils;
80 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
180 requesterIdURI = XMLUtils.getValueOfValueNode((Node)element);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMResourceMapper.java36 import com.sun.identity.shared.xml.XMLUtils;
118 resourceName = XMLUtils.getElementValue(element);
124 serviceName = XMLUtils.getElementValue(element);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java35 import com.sun.identity.shared.xml.XMLUtils;
164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DPolicyResponse.java33 import com.sun.identity.shared.xml.XMLUtils;
252 String attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
261 String issueInst = XMLUtils.getNodeAttributeValue(pNode, ISSUE_INSTANT);
279 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_RESULT);
301 node = XMLUtils.getChildNode(pNode, ADD_LISTENER_RESPONSE);
307 node = XMLUtils.getChildNode(pNode, REMOVE_LISTENER_RESPONSE);
313 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_RESPONSE);
321 node = XMLUtils.getChildNode(pNode, EXCEPTION_RESPONSE);
323 String eMsg = XMLUtils.getValueOfValueNode(node);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMResourceMapper.java36 import com.sun.identity.shared.xml.XMLUtils;
118 resourceName = XMLUtils.getElementValue(element);
124 serviceName = XMLUtils.getElementValue(element);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
91 xmlString = XMLUtils.print(element);
101 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DEncryptedIDImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
96 xmlString = XMLUtils.print(element);
106 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
98 xmlString = XMLUtils.print(element);
111 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DRequesterIDImpl.java33 import com.sun.identity.shared.xml.XMLUtils;
80 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
180 requesterIdURI = XMLUtils.getValueOfValueNode((Node)element);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResultsCacheUtil.java33 import com.sun.identity.shared.xml.XMLUtils;
121 Document doc = XMLUtils.getXMLDocument(
124 Node rootNode = XMLUtils.getRootNode(doc,
127 Node notificationNode = XMLUtils.getChildNode(rootNode,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultNameIdentifierMapper.java36 import com.sun.identity.shared.xml.XMLUtils;
83 String nameQualifier = XMLUtils.escapeSpecialCharacters(
120 name = XMLUtils.escapeSpecialCharacters(userID);
122 name = XMLUtils.escapeSpecialCharacters(name);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResultsCacheUtil.java33 import com.sun.identity.shared.xml.XMLUtils;
121 Document doc = XMLUtils.getXMLDocument(
124 Node rootNode = XMLUtils.getRootNode(doc,
127 Node notificationNode = XMLUtils.getChildNode(rootNode,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultNameIdentifierMapper.java36 import com.sun.identity.shared.xml.XMLUtils;
83 String nameQualifier = XMLUtils.escapeSpecialCharacters(
120 name = XMLUtils.escapeSpecialCharacters(userID);
122 name = XMLUtils.escapeSpecialCharacters(name);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java40 import com.sun.identity.shared.xml.XMLUtils;
92 if ((name = XMLUtils.getNodeAttributeValue(conditionsNode,
98 if ((description = XMLUtils.getNodeAttributeValue(conditionsNode,
104 Iterator conditionNodes = XMLUtils.getChildNodes(
108 String conditionType = XMLUtils.getNodeAttributeValue(
130 = XMLUtils.getChildNode(attrValuePairNode,
133 String name = XMLUtils.getNodeAttributeValue(attributeNode,
135 Set values = XMLUtils.getAttributeValuePair(
145 String conditionName = XMLUtils.getNodeAttributeValue(
549 .append(XMLUtils
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java40 import com.sun.identity.shared.xml.XMLUtils;
92 if ((name = XMLUtils.getNodeAttributeValue(conditionsNode,
98 if ((description = XMLUtils.getNodeAttributeValue(conditionsNode,
104 Iterator conditionNodes = XMLUtils.getChildNodes(
108 String conditionType = XMLUtils.getNodeAttributeValue(
130 = XMLUtils.getChildNode(attrValuePairNode,
133 String name = XMLUtils.getNodeAttributeValue(attributeNode,
135 Set values = XMLUtils.getAttributeValuePair(
145 String conditionName = XMLUtils.getNodeAttributeValue(
549 .append(XMLUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java37 import com.sun.identity.shared.xml.XMLUtils;
171 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
188 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
202 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
215 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
229 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
244 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
259 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
476 schemaRoot = XMLUtils.getRootNode(document, SMSUtils.SCHEMA);
491 i18nKey = XMLUtils
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java52 import com.sun.identity.shared.xml.XMLUtils;
173 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
190 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
204 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
217 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
231 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
246 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
261 Node schemaNode = XMLUtils.getRootNode(getDocument(), SMSUtils.SCHEMA);
478 schemaRoot = XMLUtils.getRootNode(document, SMSUtils.SCHEMA);
493 i18nKey = XMLUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequestParser.java35 import com.sun.identity.shared.xml.XMLUtils;
61 document = XMLUtils.toDOMDocument(xmlString, debug);

Completed in 57 milliseconds

1234567891011>>