From fa3d87885eef998b98b771d43c709cd56dd7c88d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 14 Dec 2004 10:20:07 +0000 Subject: [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@] --- swig/Lasso.i | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'swig') 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 -- cgit