Administration Perspective Access Control
To switch on or off Administration Perspective access for the
Stardust Portal completely,
- Unpack the ipp-administration-perspective.jar file
of your Web application. Depending on your Web application, it is located either:
- in the WEB-INF/lib folder of your portal war file or
- in the lib folder of your installed
org.eclipse.stardust.ide.wst.facet.portal _<version> Eclipse plugin.
- 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.