Integration libraries and samples for authenticating users and clients bound to XSUAA authentication and authorization service or Identity authentication service.
Apache License 2.0
151
stars
135
forks
source link
Using reflection in code in order not to bring sprin security in the buildpack #483
We would like to move this logic into the java security libraries and to clean up our code as using reflection is considered a bad practice in our team.
Hi Colleagues,
We needed to remove the dependencies to spring security as this was a stopper for releasing our library to the buildpack. The following PR was contributed to our team: https://github.wdf.sap.corp/audit-log-service/audit-java-client/pull/17 which unfortunately uses reflection.
We would like to move this logic into the java security libraries and to clean up our code as using reflection is considered a bad practice in our team.