Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replace standard navigator with authentication navigator

The Standard Navigator standard navigator must be replaced with the Authentication Navigatorauthentication navigator

  1. Open a UI of your project (usually the MainUI) and right-click the navigator in the Outline View.
  2. Choose Change Bean Type in the following context menu.
  3. Choose Select an item to open > XdevAuthenticationNavigator in the following dialog.
  4. Click OK.
  5. Click Properties > Views > Entries.
  6. Delete the MainView entry in the following dialog.
  7. Add your LoginView .
    1. Click + New.
    2. Click View Type
    3. Enter LoginView in the following dialog. 
    4. Click OK.
  8. Add at least one more view and enter a URI for each one under Path, e.g. home.
  9. Click OK.
  10. Select PropertiesViews > RedirectViewName > home.
  11. If necessary, repeat this step for all of your project’s other UIs.

...