| Lasso Reference Manual |
|---|
LassoSamlAdviceLassoSamlAdvice — |
#include <lasso/lasso.h>
LassoSamlAdvice;
LassoNode* lasso_saml_advice_new (void);
typedef struct {
/* <element ref="saml:AssertionIDReference"/> */
GList *AssertionIDReference;
/* <element ref="saml:Assertion"/> */
LassoNode *Assertion; /* actually LassoSamlAssertion* but it recurses */
} LassoSamlAdvice;
LassoNode* lasso_saml_advice_new (void);
Creates a new LassoSamlAdvice object.
| Returns : | a newly created LassoSamlAdvice |
| << LassoLibSubject | LassoSamlAssertion >> |