Searched refs:toDOMDocument (Results 176 - 200 of 324) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoSDKUtils.java300 Document doc = XMLUtils.toDOMDocument(xmlString, debug);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DAddPluginSchema.java172 return XMLUtils.toDOMDocument(pluginSchemaBuffer.toString(), CommandManager.getDebugger());
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponseParser.java72 .toDOMDocument(xmlString, SessionRequestParser.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java219 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java217 return XMLUtils.toDOMDocument(sb.toString(), null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserPostProfileHandler.java101 Document doc = XMLUtils.toDOMDocument(
H A DFSSSOWMLPostProfileHandler.java95 Document doc = XMLUtils.toDOMDocument(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcUtils.java175 Document doc = XMLUtils.toDOMDocument(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoSDKUtils.java300 Document doc = XMLUtils.toDOMDocument(xmlString, debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSRequest.java94 XMLUtils.toDOMDocument(xmlString, PAOSUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java347 doc = XMLUtils.toDOMDocument(inputStream, Utils.debug);
370 doc = XMLUtils.toDOMDocument(bin, Utils.debug);
1077 XMLUtils.toDOMDocument(assertion.toString(true, true),
1089 XMLUtils.toDOMDocument(binarySecurityToken.toString(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeStatementImpl.java178 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DAuthnStatementImpl.java241 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DProxyRestrictionImpl.java81 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DSubjectConfirmationImpl.java88 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRelayStateImpl.java78 XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DECPResponseImpl.java78 XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DIDPListImpl.java90 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DManageNameIDRequestImpl.java93 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DNameIDMappingRequestImpl.java97 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DNameIDMappingResponseImpl.java88 Document doc = XMLUtils.toDOMDocument(xmlString, SAMLUtils.debug);
H A DRequestedAuthnContextImpl.java100 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DScopingImpl.java90 Document xmlDocument = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DStatusImpl.java83 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java239 list.add(XMLUtils.toDOMDocument(attrValueString, debug).getDocumentElement());

Completed in 54 milliseconds

1234567891011>>