summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-14 10:20:07 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-14 10:20:07 +0000
commitfa3d87885eef998b98b771d43c709cd56dd7c88d (patch)
treedf048161d0fa66ad3832f05a1f909d5017ef16a2 /swig
parentad621f3c384a3c8ab89cf6145ab886985504b17b (diff)
downloadlasso-fa3d87885eef998b98b771d43c709cd56dd7c88d.tar.gz
lasso-fa3d87885eef998b98b771d43c709cd56dd7c88d.tar.xz
lasso-fa3d87885eef998b98b771d43c709cd56dd7c88d.zip
[API Change] For consistency with the other profiles, remote_providerID has
been moved from build_authn_request_msg to init_authn_request in both Single Sign-On and LECP profiles. [details on lasso-devel@]
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i9
1 files changed, 5 insertions, 4 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index f66cab66..2fef36f1 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1627,7 +1627,7 @@ typedef struct {
END_THROW_ERROR
THROW_ERROR
- void buildAuthnRequestMsg(gchar *remoteProviderId = NULL);
+ void buildAuthnRequestMsg();
END_THROW_ERROR
THROW_ERROR
@@ -1649,7 +1649,8 @@ typedef struct {
gchar *dump();
THROW_ERROR
- void initAuthnRequest(lassoHttpMethod httpMethod);
+ void initAuthnRequest(gchar *remoteProviderId = NULL,
+ lassoHttpMethod httpMethod = LASSO_HTTP_METHOD_REDIRECT);
END_THROW_ERROR
THROW_ERROR
@@ -2153,7 +2154,7 @@ typedef struct {
END_THROW_ERROR
THROW_ERROR
- void buildAuthnRequestMsg(gchar *remoteProviderId = NULL);
+ void buildAuthnRequestMsg();
END_THROW_ERROR
THROW_ERROR
@@ -2168,7 +2169,7 @@ typedef struct {
END_THROW_ERROR
THROW_ERROR
- void initAuthnRequest();
+ void initAuthnRequest(gchar *remoteProviderId = NULL);
END_THROW_ERROR
THROW_ERROR