On Thu, Oct 13, 2011 at 2:02 AM, Frank Otto <o...@delta-barth.de> wrote:
> Hi,
>
> which role is needed for access toolbox, space navigator and page navigator
> portlets? I get the access denied message for this portlets in my custom
> portal with existing user from jetspeed 2.2.0.
>

They are secured in the j2-admin deployment descriptor:
jetspeed-portlet.xml,  with the default security constraint

   <js:security-constraint-ref>admin</js:security-constraint-ref>

You could loosen up the constraint for these portlets in
jetspeed-portlet.xml, something like

    <portlet>
        <portlet-name>JetspeedToolbox</portlet-name>
        <js:security-constraint-ref>AEUV</js:security-constraint-ref>
    </portlet>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to