diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-22 00:39:51 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-22 00:39:51 +0000 |
| commit | 59cac1639ee6d771ebe9ffe118e654d2850f0955 (patch) | |
| tree | fa87b7bf9dadffebdcc757688dd5f0cdd36c4777 | |
| parent | 355783d014c80d5f8fb3baf505cccb91055dde76 (diff) | |
| download | lasso-59cac1639ee6d771ebe9ffe118e654d2850f0955.tar.gz lasso-59cac1639ee6d771ebe9ffe118e654d2850f0955.tar.xz lasso-59cac1639ee6d771ebe9ffe118e654d2850f0955.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/xml/strings.c | 5 | ||||
| -rw-r--r-- | lasso/xml/strings.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lasso/xml/strings.c b/lasso/xml/strings.c index 60dad9d5..9abef4ca 100644 --- a/lasso/xml/strings.c +++ b/lasso/xml/strings.c @@ -91,6 +91,11 @@ const xmlChar lassoLibNameIdentifierFormatOneTime[] = "urn:liberty:iff:nameid: const xmlChar lassoLibNameIdentifierFormatEncrypted[] = "urn:liberty:iff:nameid:encrypted"; const xmlChar lassoLibNameIdentifierFormatEntityID[] = "urn:liberty:iff:nameid:entityID"; +/* Consent */ +const xmlChar lassoLibConsentObtained[] = "urn:liberty:consent:obtained"; +const xmlChar lassoLibConsentUnavailable[] = "urn:liberty:consent:unavailable"; +const xmlChar lassoLibConsentInapplicable[] = "urn:liberty:consent:inapplicable"; + /*****************************************************************************/ /* METADATA */ /*****************************************************************************/ diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h index 3566f9a0..463e1f60 100644 --- a/lasso/xml/strings.h +++ b/lasso/xml/strings.h @@ -99,6 +99,11 @@ LASSO_EXPORT_VAR const xmlChar lassoLibNameIdentifierFormatOneTime[]; LASSO_EXPORT_VAR const xmlChar lassoLibNameIdentifierFormatEncrypted[]; LASSO_EXPORT_VAR const xmlChar lassoLibNameIdentifierFormatEntityID[]; +/* Consent */ +LASSO_EXPORT_VAR const xmlChar lassoLibConsentObtained[]; +LASSO_EXPORT_VAR const xmlChar lassoLibConsentUnavailable[]; +LASSO_EXPORT_VAR const xmlChar lassoLibConsentInapplicable[]; + /*****************************************************************************/ /* METADATA */ /*****************************************************************************/ |
