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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
userInfoControllerManager
 
- 
- 
Constructor Details- 
UserInfoControllerpublic UserInfoController()
 
- 
- 
Method Details- 
getUserInfo
 
-