diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-22 01:01:49 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-22 01:01:49 +0000 |
| commit | d214143481b615f65aef31d14463f0a92ab7787b (patch) | |
| tree | 02b27c20234767c9f4bcc4bf762013b550d49a55 /python | |
| parent | a9bad780eee30b9275d47ee8aace46cac6b222ff (diff) | |
| download | lasso-d214143481b615f65aef31d14463f0a92ab7787b.tar.gz lasso-d214143481b615f65aef31d14463f0a92ab7787b.tar.xz lasso-d214143481b615f65aef31d14463f0a92ab7787b.zip | |
Update
Diffstat (limited to 'python')
| -rw-r--r-- | python/lasso_strings.py | 5 |
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 */ # *****************************************************************************/ |
