I am building a jhipster application. and I am trying to get a list of objects based on the current logged in user. there are a few simple examples online such as jhipster b
You can get User from userService.getUserWithAuthorities().get();