Interface UserProfileUiService
public interface UserProfileUiService
Returns a UI model to represent the currently logged in user.
This is backed by the
UserMemento obtained from
UserService.currentUser() API, but could be presented in various
ways.
- Since:
- 2.0 {@index}
-
Method Summary
Modifier and TypeMethodDescriptionA UI model to represent the currently logged in user.
-
Method Details
-
userProfile
A UI model to represent the currently logged in user.
-