Searched refs:toDOMDocument (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DNameIDImpl.java69 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DSubjectLocalityImpl.java134 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 DAssertionIDRequestImpl.java95 Document xmlDocument = XMLUtils.toDOMDocument(xmlString,
H A DAttributeQueryImpl.java85 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DAuthnQueryImpl.java84 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DExtensionsImpl.java82 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DIDPEntryImpl.java82 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DLogoutResponseImpl.java86 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DManageNameIDResponseImpl.java93 Document doc = XMLUtils.toDOMDocument(xmlString, SAMLUtils.debug);
H A DNameIDPolicyImpl.java85 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DStatusCodeImpl.java80 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
H A DStatusDetailImpl.java83 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java84 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
H A DDecisionImpl.java78 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
H A DEnvironmentImpl.java85 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
H A DStatusDetailImpl.java81 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeAgentServiceStep.java87 Document document = XMLUtils.toDOMDocument(ssm.getSchema(), DEBUG);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java113 XMLUtils.toDOMDocument(signatureString, SAMLUtils.debug)
118 Document doc = XMLUtils.toDOMDocument(this.toString(true, true),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultAttributeMapper.java259 attrValues.add(XMLUtils.toDOMDocument(attrValueString,
292 attrValues.add(XMLUtils.toDOMDocument(attrValueString,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlsig/
H A DFMSigProvider.java143 XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
254 XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DAttributeImpl.java90 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
370 Document document = XMLUtils.toDOMDocument(sb.toString(),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java216 XMLUtils.toDOMDocument(assertion, FSUtils.debug)
346 Document doc = XMLUtils.toDOMDocument( status, FSUtils.debug );
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java216 XMLUtils.toDOMDocument(assertion, FSUtils.debug)
346 Document doc = XMLUtils.toDOMDocument( status, FSUtils.debug );
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java113 XMLUtils.toDOMDocument(signatureString, SAMLUtils.debug)
118 Document doc = XMLUtils.toDOMDocument(this.toString(true, true),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultAttributeMapper.java259 attrValues.add(XMLUtils.toDOMDocument(attrValueString,
292 attrValues.add(XMLUtils.toDOMDocument(attrValueString,

Completed in 52 milliseconds

1234567891011>>