"Burmeister, Mark" schrieb:
> Can I add a parameter to disable certain portlets from being configurable
> like this or something simliar?.
> services.JetspeedSecurity.permission.default.loggedin.<potlet name>=view
To restrict e.g. customization of a portlet you must have a <security
role="rolename"/> entry for the specific portlet in the .xreg file.
E.g. you want to disable customization on the HelloVelocity portlet:
- Disable customization in role "user"
- Add the <security ...> entry to the HelloVelocity entry in the .xreg:
<portlet-entry name="HelloVelocity" hidden="false" type="ref"
parent="CustomizerVelocity" application="false">
<security role="user"/>
[...]
</portlet-entry>
Fur further information refer to
http://www.mail-archive.com/[email protected]/msg01868.html
gus
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>