swedenconnect / opensaml-addons

Extensions to OpenSAML
4 stars 2 forks source link

Update AbstractSAMLObjectBuilder so that we can supply a template and not clone it #34

Closed martin-lindstrom closed 1 year ago

martin-lindstrom commented 1 year ago

Currently, when a template object is supplied it is cloned. This leads to that the builder can not be used to modify an existing object. Introduce a possibility to not clone the template ...