summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authentication_statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_authentication_statement.h')
-rw-r--r--lasso/xml/lib_authentication_statement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lasso/xml/lib_authentication_statement.h b/lasso/xml/lib_authentication_statement.h
index 12efd326..d368a8a5 100644
--- a/lasso/xml/lib_authentication_statement.h
+++ b/lasso/xml/lib_authentication_statement.h
@@ -48,6 +48,7 @@ typedef struct _LassoLibAuthenticationStatementClass LassoLibAuthenticationState
struct _LassoLibAuthenticationStatement {
LassoSamlAuthenticationStatement parent;
/*< private >*/
+ gboolean use_xsitype;
};
struct _LassoLibAuthenticationStatementClass {
@@ -55,8 +56,9 @@ struct _LassoLibAuthenticationStatementClass {
/*< vtable >*/
};
-LASSO_EXPORT GType lasso_lib_authentication_statement_get_type(void);
-LASSO_EXPORT LassoNode* lasso_lib_authentication_statement_new(void);
+LASSO_EXPORT GType lasso_lib_authentication_statement_get_type (void);
+
+LASSO_EXPORT LassoNode* lasso_lib_authentication_statement_new (gboolean use_xsitype);
LASSO_EXPORT void lasso_lib_authentication_statement_set_authnContext (LassoLibAuthenticationStatement *node,
LassoLibAuthnContext *authnContext);