summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2012-03-17 15:26:21 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2012-03-17 15:26:21 +0100
commitf42bef083667ce29e43dced8947e905febd158ef (patch)
tree420a8f236fd8c0f785fe298b13f3a2dde1b6e867 /lasso/xml/xml.h
parentf55c92725510f102a778878b45561aaba8ab887d (diff)
downloadlasso-f42bef083667ce29e43dced8947e905febd158ef.tar.gz
lasso-f42bef083667ce29e43dced8947e905febd158ef.tar.xz
lasso-f42bef083667ce29e43dced8947e905febd158ef.zip
[key] add methods to send message using SAML 2.0 redirect and post bindings
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r--lasso/xml/xml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h
index a0630aab..22d8b9c9 100644
--- a/lasso/xml/xml.h
+++ b/lasso/xml/xml.h
@@ -195,6 +195,11 @@ LASSO_EXPORT gchar* lasso_get_prefix_for_idwsf2_dst_service_href(const gchar *hr
LASSO_EXPORT char* lasso_node_debug(LassoNode *node, int level);
+typedef struct _LassoKey LassoKey;
+
+LASSO_EXPORT char* lasso_node_export_to_saml2_query(LassoNode *node, const char *param_name, const
+ char *url, LassoKey *key);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */