Skip to content

OpenSamlImplementation should not use reflection #8147

@jzheaux

Description

@jzheaux

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).

Metadata

Metadata

Assignees

Labels

in: saml2An issue in SAML2 modulesstatus: backportedAn issue that has been backported to maintenance branchestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions