lasso/bindings
Benjamin Dauvergne 81fad67ad2 saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581)
Four new accesors:

	lasso_samlp2_extensions_get_any
	lasso_samlp2_extensions_set_any
	lasso_samlp2_extensions_get_attributes
	lasso_samlp2_extensions_set_attributes

The two new pseudo field are fully supported in the python binding.

	node = lasso.Samlp2Extensions()
	node.any = '<test>ok</test>'
	node.attributes = {'{http://entrouvert.org/}attribute1': 'value'}
	print node.dump()
2017-09-11 15:14:41 +02:00
..
java add inline implementation of lasso_log 2016-02-24 14:15:28 +01:00
perl Makefile.am: fix automake warning 2015-08-24 10:18:52 +02:00
php5 bindings/php5: fix enum getters and setters (fixes #10032) 2016-02-18 23:06:17 +01:00
python saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
utility-scripts [project @ fpeters@0d.be-20080217115557-8qtcrc1vzb75f75c] 2008-04-29 12:06:30 +00:00
Makefile.am [Bindings] accept simple string in string<->xmlNode converter 2010-06-29 14:15:08 +00:00
bindings.py saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
ghashtable.h [ghashtable] add G_GNUC_UNUSED to remove unused static functions warning 2011-01-04 16:39:34 +01:00
overrides.xml saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
utils.c [Bindings] accept simple string in string<->xmlNode converter 2010-06-29 14:15:08 +00:00
utils.py Python 3: 2015-02-12 19:21:11 +01:00