Searched refs:toDOMDocument (Results 51 - 75 of 324) sorted by relevance

1234567891011>>

/forgerock/openam/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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java134 XMLUtils.toDOMDocument(signatureString, SAMLUtils.debug)
137 Document doc = XMLUtils.toDOMDocument(this.toString(true, true),
301 Document doc = XMLUtils.toDOMDocument(xml, SAMLUtils.debug);
320 Document doc = XMLUtils.toDOMDocument(is, SAMLUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DGetCompleteImpl.java78 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);
/forgerock/openam/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/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerImpl.java113 ll.add(new Attribute(XMLUtils.toDOMDocument((String)
124 Assertion a = new Assertion(XMLUtils.toDOMDocument(assertion,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptedNameIdentifier.java85 return XMLUtils.toDOMDocument(xml.toString(), FSUtils.debug);
269 XMLUtils.toDOMDocument(decodeStr, FSUtils.debug);
H A DExtension.java160 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
362 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DEncryptedResourceID.java237 Document encDoc = XMLUtils.toDOMDocument(eri.toString(),
277 Document doc = XMLUtils.toDOMDocument(ri.toString(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptedNameIdentifier.java85 return XMLUtils.toDOMDocument(xml.toString(), FSUtils.debug);
269 XMLUtils.toDOMDocument(decodeStr, FSUtils.debug);
H A DExtension.java160 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
362 Document doc = XMLUtils.toDOMDocument(xml, FSUtils.debug);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DEncryptedResourceID.java237 Document encDoc = XMLUtils.toDOMDocument(eri.toString(),
277 Document doc = XMLUtils.toDOMDocument(ri.toString(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerImpl.java113 ll.add(new Attribute(XMLUtils.toDOMDocument((String)
124 Assertion a = new Assertion(XMLUtils.toDOMDocument(assertion,
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java85 Document doc = XMLUtils.toDOMDocument(sb.toString(), null);
161 Document doc = XMLUtils.toDOMDocument(sb.toString(), null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java89 XMLUtils.toDOMDocument(xmlString, PAOSUtils.debug);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java156 Document doc = XMLUtils.toDOMDocument(xmlString, SAML2SDKUtils.debug);
H A DAudienceRestrictionImpl.java73 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DIssuerImpl.java63 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DKeyInfoConfirmationDataImpl.java72 Document doc = XMLUtils.toDOMDocument(
H A DNameIDImpl.java69 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
H A DSubjectLocalityImpl.java134 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 DAssertionIDRequestImpl.java95 Document xmlDocument = XMLUtils.toDOMDocument(xmlString,
H A DAttributeQueryImpl.java85 XMLUtils.toDOMDocument(xmlString,SAML2SDKUtils.debug);

Completed in 43 milliseconds

1234567891011>>