Revision: 2197
Author: olavmrk
Date: Fri Mar 5 07:11:27 2010
Log: SAML2: Metadata namespace.
http://code.google.com/p/simplesamlphp/source/detail?r=2197
Modified:
/trunk/lib/SAML2/Const.php
/trunk/lib/SAML2/Utils.php
=======================================
--- /trunk/lib/SAML2/Const.php Fri Jan 22 01:14:00 2010
+++ /trunk/lib/SAML2/Const.php Fri Mar 5 07:11:27 2010
@@ -88,6 +88,11 @@
*/
const NS_SAML = 'urn:oasis:names:tc:SAML:2.0:assertion';
+ /**
+ * The namespace for the SAML 2 metadata.
+ */
+ const NS_MD = 'urn:oasis:names:tc:SAML:2.0:metadata';
+
/**
* The namespace fox XML schema.
*/
=======================================
--- /trunk/lib/SAML2/Utils.php Fri Jan 15 02:10:50 2010
+++ /trunk/lib/SAML2/Utils.php Fri Mar 5 07:11:27 2010
@@ -118,6 +118,7 @@
$xpCache->registerNamespace('soap-env',
SAML2_Const::NS_SOAP);
$xpCache->registerNamespace('saml_protocol',
SAML2_Const::NS_SAMLP);
$xpCache->registerNamespace('saml_assertion',
SAML2_Const::NS_SAML);
+ $xpCache->registerNamespace('saml_metadata',
SAML2_Const::NS_MD);
$xpCache->registerNamespace('ds',
XMLSecurityDSig::XMLDSIGNS);
$xpCache->registerNamespace('xenc',
XMLSecEnc::XMLENCNS);
}
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.