Class UserInfoController

java.lang.Object
io.jmix.rest.impl.controller.UserInfoController

@RestController("rest_UserInfoController") @RequestMapping(value="${jmix.rest.base-path}${jmix.rest.user-info-path}", produces="application/json;charset=UTF-8") public class UserInfoController extends Object
REST controller that is used for getting an information about the current user
  • Field Details

  • Constructor Details

    • UserInfoController

      public UserInfoController()
  • Method Details

    • getUserInfo

      @GetMapping public UserInfo getUserInfo()