summaryrefslogtreecommitdiffstats
path: root/lasso/xml/soap_binding_processing_context.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-10-06 13:42:54 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-10-06 13:42:54 +0000
commit57baac4a4c95231a21eb5984fa988eecf12c9d31 (patch)
tree60f236f4c5a43370e3859b861fb359394fb2de7b /lasso/xml/soap_binding_processing_context.h
parentc74c9be1e0c94f533d71379e567970c74ddd7b24 (diff)
downloadlasso-57baac4a4c95231a21eb5984fa988eecf12c9d31.tar.gz
lasso-57baac4a4c95231a21eb5984fa988eecf12c9d31.tar.xz
lasso-57baac4a4c95231a21eb5984fa988eecf12c9d31.zip
Added support of principal state : now it is possible a SP informs an AP if principal is considered to be online or not. To tell principal is online, just add a call to lasso_wsf_profile_set_principal_online() after lasso_data_service_init_query(), and offline a call to lasso_wsf_profile_set_principal_offline(). At AP, to known if principal is to be considered online just test if lasso_wsf_profile_principal_is_online() returns TRUE or FALSE.
Diffstat (limited to 'lasso/xml/soap_binding_processing_context.h')
-rw-r--r--lasso/xml/soap_binding_processing_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/soap_binding_processing_context.h b/lasso/xml/soap_binding_processing_context.h
index f1cf18ec..5f9491cf 100644
--- a/lasso/xml/soap_binding_processing_context.h
+++ b/lasso/xml/soap_binding_processing_context.h
@@ -54,6 +54,7 @@ struct _LassoSoapBindingProcessingContext {
gchar *id;
gchar *mustUnderstand;
gchar *actor;
+ gchar *content;
};
struct _LassoSoapBindingProcessingContextClass {