LassoSamlpResponse

LassoSamlpResponse —

Synopsis


#include <lasso/lasso.h>


            LassoSamlpResponse;
LassoSamlpResponseAbstract* lasso_samlp_response_new
                                            (void);

Object Hierarchy


  GObject
   +----LassoNode
         +----LassoSamlpResponseAbstract
               +----LassoSamlpResponse
                     +----LassoLibAuthnResponse

Description

Details

LassoSamlpResponse

typedef struct {
	/* <element ref="samlp:Status"/> */
	LassoSamlpStatus *Status;
	/* <element ref="saml:Assertion" minOccurs="0" maxOccurs="unbounded"/> */
	GList *Assertion; /* of LassoSamlAssertion* */
} LassoSamlpResponse;


lasso_samlp_response_new ()

LassoSamlpResponseAbstract* lasso_samlp_response_new
                                            (void);

Creates a new LassoSamlpResponse object.

Returns : a newly created LassoSamlpResponse object