You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (JIRA)" <ji...@apache.org> on 2009/03/07 08:26:56 UTC

[jira] Created: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

New Bundle to provide actions for interacting with the jackrabbit AccessManager
-------------------------------------------------------------------------------

                 Key: SLING-879
                 URL: https://issues.apache.org/jira/browse/SLING-879
             Project: Sling
          Issue Type: New Feature
          Components: Servlets Get, Servlets Post
            Reporter: Eric Norman


This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.

1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679921#action_12679921 ] 

edn edited comment on SLING-879 at 3/7/09 2:50 PM:
-----------------------------------------------------------

Part of the patch includes a couple of sample UI scripts for the lauchpad.content bundle to provide a starting point for some html UI to add/modify/delete access control entries.

It should work for any JCR node by using the '.acl.html' suffix on the url.


      was (Author: edn):
    Part of the patch includes a couple of sample UI scripts for the lauchpad.content bundle to provide a starting point for some html UI add/modify/delete access control entries.

It should work for any JCR node by using the '.acl.html' suffix on the url.

  
> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Juan Jose Vazquez Delgado (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Jose Vazquez Delgado updated SLING-879:
--------------------------------------------

    Remaining Estimate: 0h
     Original Estimate: 0h

jackrabbit-accessmanager bundle created in trunk (rev. 755539). Integration tests stuff not applied because fail. Leave this issue opened until integration tests pass. 

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment:     (was: org.apache.sling.jcr.jackrabbit.accessmanager.zip)

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment: accessManager_patch.diff

updated patch to fix some minor issues + add some simple UI pages to the launchpad.content bundle

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment:     (was: accessManager_patch.diff)

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment: accessManager_patch.diff

patch to provide integration unit tests for the accessmanager bundle

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679921#action_12679921 ] 

Eric Norman commented on SLING-879:
-----------------------------------

Part of the patch includes a couple of sample UI scripts for the lauchpad.content bundle to provide a starting point for some html UI add/modify/delete access control entries.

It should work for any JCR node by using the '.acl.html' suffix on the url.


> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment: org.apache.sling.jcr.jackrabbit.accessmanager.zip

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Juan Jose Vazquez Delgado (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Jose Vazquez Delgado resolved SLING-879.
---------------------------------------------

    Resolution: Fixed
      Assignee: Juan Jose Vazquez Delgado

Integration tests applied in rev. 756376. Thank Eric Norman for contribution.

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>            Assignee: Juan Jose Vazquez Delgado
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-879:
------------------------------

    Attachment: org.apache.sling.jcr.jackrabbit.accessmanager.zip

source for the new accessmanager bundle

> New Bundle to provide actions for interacting with the jackrabbit AccessManager
> -------------------------------------------------------------------------------
>
>                 Key: SLING-879
>                 URL: https://issues.apache.org/jira/browse/SLING-879
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Get, Servlets Post
>            Reporter: Eric Norman
>         Attachments: accessManager_patch.diff, org.apache.sling.jcr.jackrabbit.accessmanager.zip
>
>
> This is a new bundle that provides servlets to support modifying the jackrabbit access control policies for JCR nodes.
> 1. The servlet bound to [nodePath].modifyAce.html can be invoked to add or modify the access control privileges for a given principal.
> 2. The servlet bound to [nodePath].deleteAce.html can be invoked to remove the access control entries for one or more principals.
> 3. The servlet bound to [nodePath].acl.json can be invoked to get a JSON representation of the ACL for a node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.