diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-09-07 13:41:22 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-09-07 13:41:22 +0000 |
| commit | f922f7fffc76dcc2e89c4d42cf15d103761d01c4 (patch) | |
| tree | 55485d0cb956037cdf999d5ee90e23eced54a7e3 | |
| parent | de7d014d90f0566ee82fd72a39744af6897930f7 (diff) | |
| download | lasso-f922f7fffc76dcc2e89c4d42cf15d103761d01c4.tar.gz lasso-f922f7fffc76dcc2e89c4d42cf15d103761d01c4.tar.xz lasso-f922f7fffc76dcc2e89c4d42cf15d103761d01c4.zip | |
Updated the API developer documentation
| -rw-r--r-- | lasso/id-ff/defederation.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lasso/id-ff/defederation.c b/lasso/id-ff/defederation.c index 8449daba..931781ef 100644 --- a/lasso/id-ff/defederation.c +++ b/lasso/id-ff/defederation.c @@ -359,13 +359,14 @@ lasso_defederation_init_notification(LassoDefederation *defederation, * If it is a SOAP notification method then it builds the federation termination object * from the SOAP message and optionaly verify the signature. * - * if it is a HTTP-Redirect notification method the nit builds the federation termination notication - * object from the QUERY message and optionaly verify the signature + * if it is a HTTP-Redirect notification method then it builds the federation termination notication + * object from the QUERY message and optionaly verify the signature. If an error occurs, + * then it returns the code error LASSO_PROFILE_ERROR_INVALID_QUERY. * * Set the msg_nameIdentifier attribute with the NameIdentifier content of the notification object and * optionaly set the msg_relayState attribute with the RelayState content of the notifcation object * - * Return value: 0 if OK else < 0 + * Return value: 0 if OK else LASSO_PROFILE_ERROR_INVALID_QUERY or < 0 **/ gint lasso_defederation_process_notification_msg(LassoDefederation *defederation, |
