Searched refs:toDOMDocument (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectConfirmation.java288 _subjectConfirmationData = XMLUtils.toDOMDocument(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAdviceImpl.java87 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DAuthnContextImpl.java301 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DSubjectConfirmationDataImpl.java83 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DSubjectImpl.java87 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSOAPCommunicator.java192 Document doc = XMLUtils.toDOMDocument(byteArrayIn, debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java86 XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java265 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DArtifactResponseImpl.java272 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java101 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionQueryImpl.java144 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java335 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLResponse.java444 XMLUtils.toDOMDocument(resourceOffering.toString(),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java417 Document binaryTokenD = XMLUtils.toDOMDocument(toString(), debug);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileTreeNode.java350 Document doc = XMLUtils.toDOMDocument(xml, debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java335 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLResponse.java444 XMLUtils.toDOMDocument(resourceOffering.toString(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java417 Document binaryTokenD = XMLUtils.toDOMDocument(toString(), debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java428 Document assertionDoc = XMLUtils.toDOMDocument(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttribute.java279 Element ele = XMLUtils.toDOMDocument(
H A DSubjectConfirmation.java288 _subjectConfirmationData = XMLUtils.toDOMDocument(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAdviceImpl.java87 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DAuthnContextImpl.java301 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DSubjectConfirmationDataImpl.java83 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DSubjectImpl.java87 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);

Completed in 48 milliseconds

1234567891011>>