lasso/bindings/python
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
..
examples [project @ fpeters@0d.be-20080118215410-d45drghkhvba7822] 2008-04-29 12:06:25 +00:00
tests saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
Makefile.am Makefile.am: fix automake warning 2015-08-24 10:18:52 +02:00
__init__.py Add a module init file to python directory. 2008-08-05 14:52:59 +00:00
lang.py saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
wrapper_bottom.c Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
wrapper_top.c saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00