summaryrefslogtreecommitdiffstats
path: root/python/lasso_strings.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-06 15:45:16 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-06 15:45:16 +0000
commit60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (patch)
tree7d80c46f866dc0842378251da16e5a743f43ad7b /python/lasso_strings.py
parent71ed7f38a91309cd81daca5d2c697f21a6b646b7 (diff)
downloadlasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.gz
lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.xz
lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.zip
*** empty log message ***
Diffstat (limited to 'python/lasso_strings.py')
-rw-r--r--python/lasso_strings.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index d3498757..24c63fbb 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -128,3 +128,16 @@ samlAuthenticationMethodXkms = "urn:oasis:names:tc:SAML:1.0:am:XKMS"
samlAuthenticationMethodXmlSign = "urn:ietf:rfc:3075"
samlAuthenticationMethodUnspecified = "urn:oasis:names:tc:SAML:1.0:am:unspecified"
+# * ConfirmationMethods */
+samlConfirmationMethodArtifact01 = "urn:oasis:names:tc:SAML:1.0:cm:artifact-01"
+samlConfirmationMethodBearer = "urn:oasis:names:tc:SAML:1.1:cm:bearer"
+samlConfirmationMethodHolderOfKey = "urn:oasis:names:tc:SAML:1.0:cm:holder-of-key"
+samlConfirmationMethodSenderVouches = "urn:oasis:names:tc:SAML:1.0:cm:sender-vouches"
+
+# *****************************************************************************/
+# * SOAP */
+# *****************************************************************************/
+
+# * prefix & href */
+soapEnvHRef = "http://schemas.xmlsoap.org/soap/envelope/"
+soapEnvPrefix = "soap-env"