Interface IUserMenuConfiguration

All Known Implementing Classes:
UserPreferences

public interface IUserMenuConfiguration
Extension point interface used to let modules/solutions register menu items in the top-right corner user menu.

Authentication related user menu items (like changing passwords) should be added by the implementation of IAuthentication.configureUserMenu(IContextMenu, User)

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(IContextMenu userMenu, User loggedInUser)
    Will be invoked by Saga Core when configuring the Saga UI and lets the implementation manipulate the top right corner user menu.
  • Method Details

    • configure

      void configure(IContextMenu userMenu, User loggedInUser)
      Will be invoked by Saga Core when configuring the Saga UI and lets the implementation manipulate the top right corner user menu. It will only be invoked if a user is logged in.
      Parameters:
      userMenu - the user menu to manipulate
      loggedInUser - the user currently logged in