Serialized Form
-
Package org.apache.causeway.viewer.commons.applib.services.branding
-
Class org.apache.causeway.viewer.commons.applib.services.branding.BrandingUiModel
class BrandingUiModel extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.causeway.viewer.commons.applib.services.menu.model
-
Package org.apache.causeway.viewer.commons.applib.services.userprof
-
Class org.apache.causeway.viewer.commons.applib.services.userprof.UserProfileUiModel
class UserProfileUiModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userMemento
org.apache.causeway.applib.services.user.UserMemento userMemento
TheUserMemento, as provided byUserService.currentUser().Will return null if anonymous.
-
userProfileName
String userProfileName
Returns an alternate name for the current user, typically for use on the viewer's menu bar to identify the currently logged in user.For example, In the Wicket viewer, used as the menu name of the
tertiary"Me" menu bar.If returns null, then the current user name is used instead.
-
-