diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-06-02 14:08:05 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-06-02 14:08:05 +0000 |
| commit | 37906371a83080c0230c8a47889899ec9eff2e27 (patch) | |
| tree | d914cec22d836020e46dbfdb2c3dd3b2a7e9eb4a | |
| parent | a94e79361227eb5df8ae6581accaa9d67f3cbbaf (diff) | |
| download | lasso-37906371a83080c0230c8a47889899ec9eff2e27.tar.gz lasso-37906371a83080c0230c8a47889899ec9eff2e27.tar.xz lasso-37906371a83080c0230c8a47889899ec9eff2e27.zip | |
add metadata prefix and uri
| -rw-r--r-- | lasso/xml/strings.c | 9 | ||||
| -rw-r--r-- | lasso/xml/strings.h | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lasso/xml/strings.c b/lasso/xml/strings.c index 772154d7..54d2b05c 100644 --- a/lasso/xml/strings.c +++ b/lasso/xml/strings.c @@ -82,6 +82,15 @@ const xmlChar lassoLibNameIdentifierFormatEncrypted[] = "urn:liberty:iff:nameid: const xmlChar lassoLibNameIdentifierFormatEntityID[] = "urn:liberty:iff:nameid:entityID"; /*****************************************************************************/ +/* METADATA */ +/*****************************************************************************/ + +/* prefix & href */ +const xmlChar lassoMetadataHRef[] = "urn:liberty:metadata:2003-08"; +const xmlChar lassoMetadataPrefix[] = "md"; + + +/*****************************************************************************/ /* SAML */ /*****************************************************************************/ diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h index ca3cd45a..3842587e 100644 --- a/lasso/xml/strings.h +++ b/lasso/xml/strings.h @@ -90,6 +90,14 @@ LASSO_EXPORT_VAR const xmlChar lassoLibNameIdentifierFormatEncrypted[]; LASSO_EXPORT_VAR const xmlChar lassoLibNameIdentifierFormatEntityID[]; /*****************************************************************************/ +/* METADATA */ +/*****************************************************************************/ + +/* prefix & href */ +LASSO_EXPORT_VAR const xmlChar lassoMetadataHRef[]; +LASSO_EXPORT_VAR const xmlChar lassoMetadataPrefix[]; + +/*****************************************************************************/ /* SAML */ /*****************************************************************************/ |
