-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Description
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 a QName
and achieve the same end without reflecting, e.g. buildSamlObject(QName)
.
rwinch
Metadata
Metadata
Assignees
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement