Package io.jmix.rest.impl.controller
Class UserInfoController
java.lang.Object
io.jmix.rest.impl.controller.UserInfoController
@RestController("rest_UserInfoController")
@RequestMapping(value="/rest/userInfo",
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
userInfoControllerManager
-
-
Constructor Details
-
UserInfoController
public UserInfoController()
-
-
Method Details
-
getUserInfo
-