UserProfileUiService

Returns a UI model to represent the currently logged in user.

This is backed by the org.apache.causeway.applib.services.user.UserMemento obtained from UserService#currentUser() API, but could be presented in various ways.

API

UserProfileUiService.java
interface UserProfileUiService {
  UserProfileUiModel userProfile()     (1)
}
1 userProfile()

A UI model to represent the currently logged in user.

Members

userProfile()

A UI model to represent the currently logged in user.