Searched refs:toDOMDocument (Results 26 - 50 of 324) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java101 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DEncryptedIDImpl.java106 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DAssertionIDRefImpl.java86 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2Utils.debug);
H A DBaseIDImpl.java65 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DEncryptedAttributeImpl.java105 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.java111 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DRequesterIDImpl.java80 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DGetCompleteImpl.java78 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTUtils.java61 Document doc = XMLUtils.toDOMDocument(xml, debug);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotificationParser.java70 .toDOMDocument(xmlString, SessionRequestParser.debug);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSetParser.java49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
H A DRequestSetParser.java54 document = XMLUtils.toDOMDocument(xmlString, debug);
H A DResponseSetParser.java49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponseParser.java55 document = XMLUtils.toDOMDocument(xmlString, NamingRequestParser.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTUtils.java61 Document doc = XMLUtils.toDOMDocument(xml, debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedAssertionImpl.java101 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DEncryptedIDImpl.java106 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.java111 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DRequesterIDImpl.java80 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerClient.java341 return (new BinarySecurityToken(XMLUtils.toDOMDocument(bst,
372 return (new SecurityAssertion(XMLUtils.toDOMDocument(assertion,
438 return (new SecurityAssertion(XMLUtils.toDOMDocument(assertion,
506 return (new SecurityAssertion(XMLUtils.toDOMDocument(assertion,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java135 XMLUtils.toDOMDocument(signatureString, SAMLUtils.debug)
138 Document doc = XMLUtils.toDOMDocument(this.toString(true, true),
302 Document doc = XMLUtils.toDOMDocument(xml, SAMLUtils.debug);
321 Document doc = XMLUtils.toDOMDocument(is, SAMLUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusMessageImpl.java71 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DImportSAML2MetaData.java113 Document doc = XMLUtils.toDOMDocument(metadata, DEBUG);
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java63 Document doc = XMLUtils.toDOMDocument(sb.toString(), null);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DImportSAML2MetaData.java113 Document doc = XMLUtils.toDOMDocument(metadata, DEBUG);

Completed in 40 milliseconds

1234567891011>>