LassoSaml2ProxyRestriction

LassoSaml2ProxyRestriction — <saml2:ProxyRestriction>

Synopsis

                    LassoSaml2ProxyRestriction;
LassoNode*          lasso_saml2_proxy_restriction_new   (void);

Description

Figure 60. Schema fragment for saml2:ProxyRestriction


<complexType name="ProxyRestrictionType">
  <complexContent>
    <extension base="saml:ConditionAbstractType">
      <sequence>
        <element ref="saml:Audience" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="Count" type="nonNegativeInteger" use="optional"/>
    </extension>
  </complexContent>
</complexType>


Details

LassoSaml2ProxyRestriction

typedef struct {
	LassoSaml2ConditionAbstract parent;

	/* elements */
	char *Audience;
	/* attributes */
	char *Count;
} LassoSaml2ProxyRestriction;

lasso_saml2_proxy_restriction_new ()

LassoNode*          lasso_saml2_proxy_restriction_new   (void);

Creates a new LassoSaml2ProxyRestriction object.

Returns :

a newly created LassoSaml2ProxyRestriction object