summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 11:24:49 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 11:24:49 +0000
commita263a7effdc96fcd9dd0063fb18f36fcb305251c (patch)
treea966cc3bdf90027ee78b28caae4515f84d9fbae3 /lasso/xml
parentd99a72fa4dfbd9ff33bbf640562774cb36b16f0d (diff)
downloadlasso-a263a7effdc96fcd9dd0063fb18f36fcb305251c.tar.gz
lasso-a263a7effdc96fcd9dd0063fb18f36fcb305251c.tar.xz
lasso-a263a7effdc96fcd9dd0063fb18f36fcb305251c.zip
Removed docstring copy/pasted from OASIS documentation (looks like BSD so
it should be allowed if they are cited but I prefer to have full copyright over Lasso code)
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/saml_advice.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/lasso/xml/saml_advice.c b/lasso/xml/saml_advice.c
index 5fb75670..784ce115 100644
--- a/lasso/xml/saml_advice.c
+++ b/lasso/xml/saml_advice.c
@@ -104,25 +104,9 @@ lasso_saml_advice_get_type()
/**
* lasso_saml_advice_new:
*
- * Creates a new <saml:Advice> node object.
+ * Creates a new saml:Advice node object.
*
- * The <Advice> element contains any additional information that the issuer
- * wishes to provide. This information MAY be ignored by applications without
- * affecting either the semantics or the validity of the assertion.
- * The <Advice> element contains a mixture of zero or more <Assertion>
- * elements, <AssertionIDReference> elements and elements in other namespaces,
- * with lax schema validation in effect for these other elements.
- * Following are some potential uses of the <Advice> element:
- *
- * - Include evidence supporting the assertion claims to be cited, either
- * directly (through incorporating the claims) or indirectly (by reference to
- * the supporting assertions).
- *
- * - State a proof of the assertion claims.
- *
- * - Specify the timing and distribution points for updates to the assertion.
- *
- * Return value: the new @LassoSamlAdvice
+ * Return value: the new #LassoSamlAdvice
**/
LassoNode*
lasso_saml_advice_new()