this method should not be used since it returns the user entity which can be an
uninitialized hibernate proxy. Use SecurityHelper.assertCurrentUserId() instead and
pass the returned userId together with an appropriate Converter (which is in most
cases not the IdentityConverter!) to UserManagement.getUserById.