Administration Perspective Access Control

To switch on or off Administration Perspective access for the Stardust Portal completely,

  1. Unpack the ipp-administration-perspective.jar file of your Web application. Depending on your Web application, it is located either:
  2. Modify the content of the admin-portalUi-context.xml file, residing in the META-INF/spring folder. At the beginning change the following requiredRoles attribute:
    <!-- Administration provided extension of portal perspective -->
        <ippui:perspective id="ippAdminPerspective" messageBundles="admin-portal-messages" requiredRoles="Administrator">

Per default, the access control is restricted to the Administrator only.