Searched defs:xmlDoc (Results 1 - 25 of 27) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotificationParser.java56 * @param xmlDoc Notification XML Document to be parsed.
58 public SessionNotificationParser(Document xmlDoc) { argument
59 document = xmlDoc;
H A DSessionRequestParser.java60 * @param xmlDoc XML document to be parsed
62 public SessionRequestParser(Document xmlDoc) { argument
63 document = xmlDoc;
H A DSessionResponseParser.java59 * @param xmlDoc response document to be parsed
61 public SessionResponseParser(Document xmlDoc) { argument
62 document = xmlDoc;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSetParser.java44 public NotificationSetParser(Document xmlDoc) { argument
45 document = xmlDoc;
H A DRequestSetParser.java49 public RequestSetParser(Document xmlDoc) { argument
50 document = xmlDoc;
H A DResponseSetParser.java44 public ResponseSetParser(Document xmlDoc) { argument
45 document = xmlDoc;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequestParser.java49 * @param xmlDoc A DOM representing <code>NamingRequest</code> class.
51 public NamingRequestParser(Document xmlDoc) { argument
52 document = xmlDoc;
H A DNamingResponseParser.java50 public NamingResponseParser(Document xmlDoc) { argument
51 document = xmlDoc;
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DServerXMLBase.java52 XMLDocument xmlDoc = new XMLDocument(new File(
54 xmlDoc.setValueIndent();
58 xmlDoc,
60 xmlDoc.store();
71 XMLDocument xmlDoc,
79 ArrayList elements = xmlDoc.getRootElement()
145 XMLElement previousRealmElem = xmlDoc
70 unconfigureRealm( XMLDocument xmlDoc, IStateAccess stateAccess) argument
H A DConfigureServerXMLTask.java61 XMLDocument xmlDoc = new XMLDocument(new File(
63 xmlDoc.setNoValueIndent();
67 xmlDoc,
82 XMLDocument xmlDoc,
90 XMLElement realmElement = xmlDoc.newCollapsedElement(
99 ArrayList elements = xmlDoc.getRootElement()
195 xmlDoc.store();
81 configureRealm( XMLDocument xmlDoc, IStateAccess stateAccess) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotificationParser.java56 * @param xmlDoc Notification XML Document to be parsed.
58 public SessionNotificationParser(Document xmlDoc) { argument
59 document = xmlDoc;
H A DSessionRequestParser.java62 * @param xmlDoc XML document to be parsed
64 public SessionRequestParser(Document xmlDoc) { argument
65 document = xmlDoc;
H A DSessionResponseParser.java59 * @param xmlDoc response document to be parsed
61 public SessionResponseParser(Document xmlDoc) { argument
62 document = xmlDoc;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSetParser.java44 public NotificationSetParser(Document xmlDoc) { argument
45 document = xmlDoc;
H A DRequestSetParser.java49 public RequestSetParser(Document xmlDoc) { argument
50 document = xmlDoc;
H A DResponseSetParser.java44 public ResponseSetParser(Document xmlDoc) { argument
45 document = xmlDoc;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequestParser.java49 * @param xmlDoc A DOM representing <code>NamingRequest</code> class.
51 public NamingRequestParser(Document xmlDoc) { argument
52 document = xmlDoc;
H A DNamingResponseParser.java50 public NamingResponseParser(Document xmlDoc) { argument
51 document = xmlDoc;
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DServiceXMLBase.java177 private XMLElement getAgentClasspath(XMLDocument xmlDoc) { argument
178 return getElement(xmlDoc, STR_AGENT_CLASSPATH,
182 private XMLElement getAMClientSDKClasspath(XMLDocument xmlDoc) { argument
183 return getElement(xmlDoc, STR_AGENT_CLASSPATH,
187 public XMLElement getElement(XMLDocument xmlDoc, String elementName, argument
191 xmlDoc.getRootElement().getNamedChildElements(elementName);
206 public XMLElement getUniqueElement(String name, XMLDocument xmlDoc) { argument
208 ArrayList list = xmlDoc.getRootElement().getNamedChildElements(name);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs227 XmlDocument xmlDoc = (XmlDocument)xml;
229 byte[] buffer = Encoding.UTF8.GetBytes(xmlDoc.OuterXml);
398 /// <param name="xmlDoc">
412 public static void SignXml(string certFriendlyName, IXPathNavigable xmlDoc, string targetReferenceId, bool includePublicKey, ServiceProvider serviceProviderInstance) argument
419 if (xmlDoc == null)
435 XmlDocument xml = (XmlDocument)xmlDoc;
505 /// <param name="xmlDoc">
511 public static void EncryptAttributeQueryNameID(string certValue, string symmetricAlgorithmUri, XmlDocument xmlDoc) argument
523 if (xmlDoc == null)
535 XmlNamespaceManager nsMgr = new XmlNamespaceManager(xmlDoc
655 ValidateSignedXml(X509Certificate2 cert, IXPathNavigable xmlDoc, IXPathNavigable xmlSignature, string targetReferenceId) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs284 XmlDocument xmlDoc = (XmlDocument)xml;
286 byte[] buffer = Encoding.UTF8.GetBytes(xmlDoc.OuterXml);
450 /// <param name="xmlDoc">
471 IXPathNavigable xmlDoc,
483 if (xmlDoc == null)
499 XmlDocument xml = (XmlDocument)xmlDoc;
597 /// <param name="xmlDoc">
603 public static void EncryptAttributeQueryNameID(string certValue, string symmetricAlgorithmUri, XmlDocument xmlDoc) argument
615 if (xmlDoc == null)
627 XmlNamespaceManager nsMgr = new XmlNamespaceManager(xmlDoc
470 SignXml(string certFriendlyName, IXPathNavigable xmlDoc, string targetReferenceId, bool includePublicKey, string signatureSigningAlgorithm, string digestAlgorithm, ServiceProvider serviceProviderInstance) argument
747 ValidateSignedXml(X509Certificate2 cert, IXPathNavigable xmlDoc, IXPathNavigable xmlSignature, string targetReferenceId) argument
[all...]
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 41 milliseconds

12