Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS2-111

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS2-111
    Summary: Secure Access to Pages and Folders
       Type: New Feature

     Status: Open
   Priority: Major

    Project: Jetspeed 2
 Components: 
             Security

   Assignee: David Sean Taylor
   Reporter: David Sean Taylor

    Created: Wed, 1 Sep 2004 4:57 PM
    Updated: Wed, 1 Sep 2004 4:57 PM

Description:
New feature to secure access to pages and folders in the portal.

This new feature involves three phases:

1. Add 2 new Permissions: PagePermission, FolderPermission
2. Securing access to portal pages and folders using security checks against the 
jetspeed security policy i.e.

PagePermission perm1 = new PagePermission("/david/mypage.psml", "view");
                    AccessController.checkPermission(perm1);


3. Add a custom portlet mode 'Secure' which the layout portlets will use to edit the 
security policy for a page or folder, i.e. grant and revoke actions (view,edit,help) 
to principals 




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to