[
https://issues.apache.org/jira/browse/JCR-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149637#comment-14149637
]
ASF GitHub Bot commented on JCR-2113:
-------------------------------------
GitHub user Alfusainey opened a pull request:
https://github.com/apache/jackrabbit/pull/21
JCR-2113: add access control mgt support for jcr remoting
This patch provides acm support for the jcr remoting client. in this patch,
the implementation of the following has been realized:
1. implementatiion of javax.jcr.security.AccessControlManager api for
jcr2spi jackrabbit client that allows for the creation, retrieval and removal
of access control policies.
2. jackrabbit.api.security.JackrabbitAccessControlList as the default acl
policy implementation for the client.
3. jackrabbit.api.security.JackrabbitAccessControlEntry: the entries that
goes in the acl.
4. extensible access control manager implementation. creation of an access
control manager is done via an AccessControlProvider, which is dynamically
loaded and instantiated from a configured properties file. See
SessionImpl#getAccessControlManager() for details.
/cc @anchela @tripodsan @dbu @alexparvulescu @mduerig
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Alfusainey/jackrabbit JCR-2113
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jackrabbit/pull/21.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21
----
commit 38037aa645c9d88cefda1ae014dca27492f11dc9
Author: Alfusainey <[email protected]>
Date: 2014-09-25T13:07:40Z
add access control mgt support for jcr2spi
----
> JSR 283 Access Control Management
> ---------------------------------
>
> Key: JCR-2113
> URL: https://issues.apache.org/jira/browse/JCR-2113
> Project: Jackrabbit Content Repository
> Issue Type: Sub-task
> Components: jackrabbit-jcr-server, jackrabbit-jcr2spi,
> jackrabbit-spi, jackrabbit-spi-commons, jackrabbit-spi2dav,
> jackrabbit-spi2jcr, JCR 2.0
> Reporter: angela
> Assignee: angela
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)