Package io.jmix.rest.impl.service
Class UserInfoControllerManager
java.lang.Object
io.jmix.rest.impl.service.UserInfoControllerManager
Class that is used by the
UserInfoController
for getting an information
about the current user-
Field Summary
Modifier and TypeFieldDescriptionprotected CurrentAuthentication
protected Metadata
protected MetadataTools
-
Constructor Summary
-
Method Summary
-
Field Details
-
currentAuthentication
-
metadata
-
metadataTools
-
-
Constructor Details
-
UserInfoControllerManager
public UserInfoControllerManager()
-
-
Method Details
-
getUserInfo
- Returns:
- all user attributes if the user stored in db implements
UserDetails
. Username and locale otherwise
-