summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authentication_statement.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-30 19:27:24 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-30 19:27:24 +0000
commit97cd445ee361cf7da4051e81005cf59fd34fcffd (patch)
treed7a624ba27f2d4eed1494aa93ccc091c9f5c9bf0 /lasso/xml/lib_authentication_statement.c
parentb9efc048b835c575cb10457e251e563ec425d2b8 (diff)
downloadlasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.tar.gz
lasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.tar.xz
lasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.zip
documented more functions, reaching 50% symbol docs coverage (126 symbols
documented, 126 not documented)
Diffstat (limited to 'lasso/xml/lib_authentication_statement.c')
-rw-r--r--lasso/xml/lib_authentication_statement.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/lasso/xml/lib_authentication_statement.c b/lasso/xml/lib_authentication_statement.c
index c6487d4c..4a62167d 100644
--- a/lasso/xml/lib_authentication_statement.c
+++ b/lasso/xml/lib_authentication_statement.c
@@ -105,12 +105,32 @@ lasso_lib_authentication_statement_get_type()
return this_type;
}
+/**
+ * lasso_lib_authentication_statement_new:
+ *
+ * Creates a new #LassoLibAuthenticationStatement object.
+ *
+ * Return value: a newly created #LassoLibAuthenticationStatement object
+ **/
LassoLibAuthenticationStatement*
lasso_lib_authentication_statement_new(void)
{
return g_object_new(LASSO_TYPE_LIB_AUTHENTICATION_STATEMENT, NULL);
}
+/**
+ * lasso_lib_authentication_statement_new_full:
+ * @authenticationMethod:
+ * @authenticationInstant: AuthenticationInstant (NULL to get current time)
+ * @reauthenticateOnOrAfter:
+ * @sp_identifier:
+ * @idp_identifier:
+ *
+ * Creates a new #LassoLibAuthenticationStatement object and initializes it
+ * with the parameters.
+ *
+ * Return value: a newly created #LassoLibAuthenticationStatement object
+ **/
LassoLibAuthenticationStatement*
lasso_lib_authentication_statement_new_full(const char *authenticationMethod,
const char *authenticationInstant,