simplesamlphp / saml2

SimpleSAMLphp low-level SAML2 PHP library
https://www.simplesamlphp.org
GNU Lesser General Public License v2.1
286 stars 135 forks source link

Change public API on SAML2/XML classes #193

Closed tvdijen closed 3 years ago

tvdijen commented 4 years ago

The goal is to be able to set every mandatory value from the constructor. To be able to do this, first all contents of constructors has to be moved to a static fromXML-method (see #192)