summaryrefslogtreecommitdiffstats
path: root/python/lasso_strings.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-10 01:33:56 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-10 01:33:56 +0000
commit1ed5aafdc04e029d9a902fd8b6df2220820c519f (patch)
tree5cc274ef59895141e1009269001e649dbb910f2c /python/lasso_strings.py
parent1c41403396d1b13e18664da38a7615bffd8624a1 (diff)
downloadlasso-1ed5aafdc04e029d9a902fd8b6df2220820c519f.tar.gz
lasso-1ed5aafdc04e029d9a902fd8b6df2220820c519f.tar.xz
lasso-1ed5aafdc04e029d9a902fd8b6df2220820c519f.zip
*** empty log message ***
Diffstat (limited to 'python/lasso_strings.py')
-rw-r--r--python/lasso_strings.py22
1 files changed, 20 insertions, 2 deletions
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index 8e2eb01e..005dd39c 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -47,6 +47,14 @@
# *****************************************************************************/
+# * Lasso */
+# *****************************************************************************/
+
+# * prefix & href */
+lassoHRef = "http://www.entrouvert.org/namespaces/lasso/0.0"
+lassoPrefix = "lasso"
+
+# *****************************************************************************/
# * Liberty Alliance */
# *****************************************************************************/
@@ -82,8 +90,10 @@ libStatusCodeUnknownPrincipal = "lib:UnknownPrincipal"
libStatusCodeUnsignedAuthnRequest = "lib:UnsignedAuthnRequest"
# * ProtocolProfile */
-libProtocolProfileArtifact = "http://projectliberty.org/profiles/brws-art"
-libProtocolProfilePost = "http://projectliberty.org/profiles/brws-post"
+libProtocolProfileSSOGet = "http://projectliberty.org/profiles/sso-get"
+libProtocolProfileSSOPost = "http://projectliberty.org/profiles/sso-post"
+libProtocolProfileBrwsArt = "http://projectliberty.org/profiles/brws-art"
+libProtocolProfileBrwsPost = "http://projectliberty.org/profiles/brws-post"
libProtocolProfileFedTermIdpHttp = "http://projectliberty.org/profiles/fedterm-idp-http"
libProtocolProfileFedTermIdpSoap = "http://projectliberty.org/profiles/fedterm-idp-soap"
libProtocolProfileFedTermSpHttp = "http://projectliberty.org/profiles/fedterm-sp-http"
@@ -104,6 +114,14 @@ libNameIdentifierFormatEncrypted = "urn:liberty:iff:nameid:encrypted"
libNameIdentifierFormatEntityID = "urn:liberty:iff:nameid:entityID"
# *****************************************************************************/
+# * METADATA */
+# *****************************************************************************/
+
+# * prefix & href */
+metadataHRef = "urn:liberty:metadata:2003-08"
+metadataPrefix = "md"
+
+# *****************************************************************************/
# * SAML */
# *****************************************************************************/