summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-09-01 08:18:23 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-09-01 08:18:23 +0000
commite4b4e20151d65ccd6fffb772d889916a9e09d178 (patch)
treede4fa4f487206b65bf0b3ba29d7bf9bfb69fc33a
parent12076bfc00d8d1caf38baa0cb8346ca379483085 (diff)
downloadlasso-e4b4e20151d65ccd6fffb772d889916a9e09d178.tar.gz
lasso-e4b4e20151d65ccd6fffb772d889916a9e09d178.tar.xz
lasso-e4b4e20151d65ccd6fffb772d889916a9e09d178.zip
LassoSession.getAuthenticationMethod argument is now optional.
-rw-r--r--swig/Lasso.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index ef71a965..f9a43340 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -309,7 +309,7 @@ typedef enum {
lassoRequestTypeLecp
} lassoRequestType;
-/* SamelAuthenticationMethod */
+/* SamlAuthenticationMethod */
#ifndef SWIGPHP
%rename(samlAuthenticationMethodPassword) lassoSamlAuthenticationMethodPassword;
%rename(samlAuthenticationMethodKerberos) lassoSamlAuthenticationMethodKerberos;
@@ -823,7 +823,7 @@ typedef struct {
gchar *dump();
%newobject getAuthenticationMethod;
- gchar *getAuthenticationMethod(gchar *remoteProviderId);
+ gchar *getAuthenticationMethod(gchar *remoteProviderId = NULL);
}
} LassoSession;