OpenSamlImplementation should not use reflection #8147
Labels
in: saml2
An issue in SAML2 modules
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
It would be better if
OpenSamlImplementation
didn't use reflection.OpenSamlImplementation#buildSAMLObject(Class<?>)
uses reflection to discover how to construct an object of the provided type, but it could simply take aQName
and achieve the same end without reflecting, e.g.buildSamlObject(QName)
.The text was updated successfully, but these errors were encountered: