From c70f35769aee4fdb1196961ceff6c08c1530a8c4 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 23 Dec 2004 11:27:55 +0000 Subject: removed copy/pasted OASIS documentation --- lasso/xml/saml_audience_restriction_condition.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/lasso/xml/saml_audience_restriction_condition.c b/lasso/xml/saml_audience_restriction_condition.c index 832e25b0..25739212 100644 --- a/lasso/xml/saml_audience_restriction_condition.c +++ b/lasso/xml/saml_audience_restriction_condition.c @@ -100,24 +100,8 @@ lasso_saml_audience_restriction_condition_get_type() /** * lasso_saml_audience_restriction_condition_new: * - * Creates a new node object. + * Creates a new saml:AudienceRestrictionCondition node object. * - * The element specifies that the assertion is - * addressed to one or more specific audiences identified by - * elements. Although a party that is outside the audiences specified is - * capable of drawing conclusions from an assertion, the issuer explicitly - * makes no representation as to accuracy or trustworthiness to such a party. - * - * The AudienceRestrictionCondition evaluates to Valid if and only if the - * relying party is a member of one or more of the audiences specified. The - * issuer of an assertion cannot prevent a party to whom it is disclosed from - * making a decision on the basis of the information provided. However, the - * element allows the issuer to state explicitly - * that no warranty is provided to such a party in a machine- and - * human-readable form. While there can be no guarantee that a court would - * uphold such a warranty exclusion in every circumstance, the probability of - * upholding the warranty exclusion is considerably improved. - * * Return value: the new @LassoSamlAudienceRestrictionCondition **/ LassoSamlAudienceRestrictionCondition* -- cgit