keycloak-scim/testsuite/model/src
Håvar Nøvik bc55846809
Fixes a NullPointerException after import validation (#20151)
* Fixes a NullPointerException after import validation

If the import validation (when getting a user by email)
returns null, indicating that the user entity should be
removed from local storage, an email equality check results
in a NullPointerException.

This commit fixes this issue by explicitly checking for null.

Closes #20150

---------
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2023-10-23 17:19:25 -04:00
..
main Fixing compile time warnings 2023-03-09 15:42:55 +01:00
test Fixes a NullPointerException after import validation (#20151) 2023-10-23 17:19:25 -04:00