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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
userInfoControllerManager
 
 - 
 - 
Constructor Details
- 
UserInfoController
public UserInfoController() 
 - 
 - 
Method Details
- 
getUserInfo
 
 -