From d214143481b615f65aef31d14463f0a92ab7787b Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 22 Jul 2004 01:01:49 +0000 Subject: Update --- python/lasso_strings.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') 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 */ # *****************************************************************************/ -- cgit