summaryrefslogtreecommitdiffstats
path: root/python/lasso_strings.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-08 13:19:52 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-08 13:19:52 +0000
commit3d2a99d2ba0096930515a32a682e918f3081c039 (patch)
treef181cdf3093d99d3d16b6f185c27b6fdf2cf5ab2 /python/lasso_strings.py
parent5ab4384d35718496cf9eb93159dbdd0d15da63c1 (diff)
downloadlasso-3d2a99d2ba0096930515a32a682e918f3081c039.tar.gz
lasso-3d2a99d2ba0096930515a32a682e918f3081c039.tar.xz
lasso-3d2a99d2ba0096930515a32a682e918f3081c039.zip
*** empty log message ***
Diffstat (limited to 'python/lasso_strings.py')
-rw-r--r--python/lasso_strings.py19
1 files changed, 17 insertions, 2 deletions
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index 2ac7e1be..ee99425c 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -68,8 +68,6 @@ LibAuthnContextComparisonBetter = "better"
# * StatusCodes */
LibStatusCodeFederationDoesNotExist = "lib:FederationDoesNotExist"
LibStatusCodeNoPassive = "lib:NoPassive"
-LibStatusCodeRequestDenied = "lib:RequestDenied"
-LibStatusCodeSuccess = "lib:Success"
# *****************************************************************************/
# * SAML */
@@ -79,3 +77,20 @@ LibStatusCodeSuccess = "lib:Success"
SamlMajorVersion = "1"
SamlMinorVersion = "0"
+# * StatusCodes */
+SamlStatusCodeRequestDenied = "Samlp:RequestDenied"
+SamlStatusCodeSuccess = "Samlp:Success"
+
+# * AuthenticationMethods */
+SamlAuthenticationMethodPassword = "urn:oasis:names:tc:SAML:1.0:am:password"
+SamlAuthenticationMethodKerberos = "urn:ietf:rfc:1510"
+SamlAuthenticationMethodSecureRemotePassword = "urn:ietf:rfc:2945"
+SamlAuthenticationMethodHardwareToken = "urn:oasis:names:tc:SAML:1.0:am:HardwareToken"
+SamlAuthenticationMethodSmartcardPki = "urn:ietf:rfc:2246"
+SamlAuthenticationMethodSoftwarePki = "urn:oasis:names:tc:SAML:1.0:am:X509-PKI"
+SamlAuthenticationMethodPGP = "urn:oasis:names:tc:SAML:1.0:am:PGP"
+SamlAuthenticationMethodSPki = "urn:oasis:names:tc:SAML:1.0:am:SPKI"
+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"
+