diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:39 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:39 +0000 |
| commit | f91731b0082e9c0b60648ece32a3e03618e49256 (patch) | |
| tree | 07166576449d7297ad5b279a612c8a6874f0ed70 | |
| parent | 0157a0cfe0e718da2beaaa5c5eb4f01772445d93 (diff) | |
Documentation for lasso_wsf_profile_has_saml_authentication
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index 7b6f0ae3..67b45cf6 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -203,6 +203,16 @@ lasso_wsf_profile_get_fault(LassoWsfProfile *profile) return profile->private_data->fault; } +/** + * lasso_wsf_profile_has_saml_authentication: + * @profile: a #LassoWsfProfile + * + * Checks if the current description supports any security mechanism using + * SAML authentication. + * + * Returns: %TRUE if SAML assertion is supported by the current service + * description as a means of authentication. + */ static gboolean lasso_wsf_profile_has_saml_authentication(LassoWsfProfile *profile) { |
