diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
commit | bccdbae1277e673173bed2cdcf8f914e08c9adab (patch) | |
tree | 0663b4320de13f4d5ee2918deb4cbb9c26414c33 /lasso/xml/lib_authentication_statement.h | |
parent | 693ad7ea6160ca9a06398143a65069d11cfd5ada (diff) | |
download | lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.gz lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.xz lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.zip |
Removed _new functions for abstract classes; added _new functions for classes
that only had _new_full functions. Documented a little bit; marked public
members in structures as such.
Diffstat (limited to 'lasso/xml/lib_authentication_statement.h')
-rw-r--r-- | lasso/xml/lib_authentication_statement.h | 2 |
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, |