summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-12-04 10:10:16 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-12-04 10:10:16 +0000
commitbe2e00c4325c5f39f7d096d2a74ec267d2e32aa7 (patch)
treee59fcacf11624e724d3950c166645c2d058fced2
parent977e7b281f09bda7ca150b1dd2357c416898a497 (diff)
downloadlasso-be2e00c4325c5f39f7d096d2a74ec267d2e32aa7.tar.gz
lasso-be2e00c4325c5f39f7d096d2a74ec267d2e32aa7.tar.xz
lasso-be2e00c4325c5f39f7d096d2a74ec267d2e32aa7.zip
binding for authnStatement
-rw-r--r--swig/saml-2.0/saml2_assertion.i11
1 files changed, 11 insertions, 0 deletions
diff --git a/swig/saml-2.0/saml2_assertion.i b/swig/saml-2.0/saml2_assertion.i
index 0206003b..aced38d3 100644
--- a/swig/saml-2.0/saml2_assertion.i
+++ b/swig/saml-2.0/saml2_assertion.i
@@ -33,6 +33,11 @@ typedef struct {
%newobject *Advice_get;
LassoSaml2Advice *Advice;
+#ifndef SWIGPHP4
+ %rename(authnStatement) AuthnStatement;
+#endif
+ %newobject AuthnStatement_get;
+ LassoNodeList *AuthnStatement;
/* Constructor, Destructor & Static Methods */
LassoSaml2Assertion();
@@ -76,6 +81,12 @@ typedef struct {
#define LassoSaml2Assertion_set_Advice(self,value) set_node((gpointer*)&(self)->Advice, (value))
#define LassoSaml2Assertion_Advice_set(self,value) set_node((gpointer*)&(self)->Advice, (value))
+/* AuthnStatement */
+
+#define LassoSaml2Assertion_get_AuthnStatement(self) get_node_list((self)->AuthnStatement)
+#define LassoSaml2Assertion_AuthnStatement_get(self) get_node_list((self)->AuthnStatement)
+#define LassoSaml2Assertion_set_AuthnStatement(self, value) set_node_list(&(self)->AuthnStatement, (value))
+#define LassoSaml2Assertion_AuthnStatement_set(self, value) set_node_list(&(self)->AuthnStatement, (value))
/* Constructors, destructors & static methods implementations */