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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/lib_authentication_statement.h b/lasso/xml/lib_authentication_statement.h
index 5e9a7399..35f82c4c 100644
--- a/lasso/xml/lib_authentication_statement.h
+++ b/lasso/xml/lib_authentication_statement.h
@@ -54,6 +54,7 @@ typedef struct _LassoLibAuthenticationStatementClass LassoLibAuthenticationState
struct _LassoLibAuthenticationStatement {
LassoSamlAuthenticationStatement parent;
+ /*< public >*/
/* <xs:element ref="AuthnContext" minOccurs="0"/> */
LassoLibAuthnContext *AuthnContext;
/* <xs:attribute name="ReauthenticateOnOrAfter" type="xs:dateTime" use="optional"/> */
@@ -67,6 +68,7 @@ struct _LassoLibAuthenticationStatementClass {
};
LASSO_EXPORT GType lasso_lib_authentication_statement_get_type (void);
+LASSO_EXPORT LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new(void);
LASSO_EXPORT LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new_full(
const char *authenticationMethod,
const char *authenticationInstant,