summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-22 01:01:49 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-22 01:01:49 +0000
commitd214143481b615f65aef31d14463f0a92ab7787b (patch)
tree02b27c20234767c9f4bcc4bf762013b550d49a55 /python
parenta9bad780eee30b9275d47ee8aace46cac6b222ff (diff)
downloadlasso-d214143481b615f65aef31d14463f0a92ab7787b.tar.gz
lasso-d214143481b615f65aef31d14463f0a92ab7787b.tar.xz
lasso-d214143481b615f65aef31d14463f0a92ab7787b.zip
Update
Diffstat (limited to 'python')
-rw-r--r--python/lasso_strings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index 005dd39c..fc2255f1 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -113,6 +113,11 @@ libNameIdentifierFormatOneTime = "urn:liberty:iff:nameid:one-time"
libNameIdentifierFormatEncrypted = "urn:liberty:iff:nameid:encrypted"
libNameIdentifierFormatEntityID = "urn:liberty:iff:nameid:entityID"
+# * Consent */
+libConsentObtained = "urn:liberty:consent:obtained"
+libConsentUnavailable = "urn:liberty:consent:unavailable"
+libConsentInapplicable = "urn:liberty:consent:inapplicable"
+
# *****************************************************************************/
# * METADATA */
# *****************************************************************************/