PhenixID

PSD1035 Modify the Right-Click Menu in Identity Manager

Summary

This PhenixID Solution Document (PSD) is written for Identity Manager 4.8.

This PSD describes Modify, Remove or Add the right-click menu in Identity Manager by writing your own MenuProvider

System Requirements

  • PhenixID Server installed

Instruction

There are two kinds of right-click menus in Identity Manager

  • The right-click browse menu on the left side where you have the browse view
  • The right-click grid menu on the right side where you have the grid view.

Write a java class that extends the base class se.nordicedge.BaseMenuProvider or implement the interface se.nordicedge.interfaces.MenuProvider

Have a look at the code example attached to this document CustomRightClickMenuProvider.java.

To add the provider to the browse view, add your class to the policy BROWSE_RIGHT_CLICK_MENU_PROVIDER like this: BROWSE_RIGHT_CLICK_MENU_PROVIDER=mypackage.MyCustomRightClickMenuProvider
To add the provider to the grid view, add your class to the policy GRID_RIGHT_CLICK_MENU_PROVIDER like this: GRID_RIGHT_CLICK_MENU_PROVIDER=mypackage.MyCustomRightClickMenuProvider

 


DISCLAIMER
Information provided in this document is for your information only. PhenixID makes no explicit or implied claims to the validity of this information. Any trademarks referenced in this document are the property of their respective owners.

The origin of this information may be internal or external to PhenixID. PhenixID makes all reasonable efforts to verify this information.

PhenixID - support.phenixid.se