Configuring Studio to use your Security Manager

In order to use your Security Manager, you must specify a new class for Studio to pick up and use in place of the default Security Manager implementation.

To configure Studio to use your new Security Manager class:

  1. From the administrator menu, section Control Panel.
  2. In the Information Discovery section of the Control Panel navigation panel, select Framework Settings.
  3. Change the value of the df.mdexSecurityManager property to the full name of your class, similar to following example:
    df.mdexSecurityManager = com.endeca.portal.extensions.YourSecurityManagerClass
  4. Click Update Settings.
  5. Restart Studio so the change can take effect. You may also need to clear any cached user sessions.