Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 63727 invoked from network); 9 Jun 2009 07:02:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 07:02:20 -0000 Received: (qmail 75981 invoked by uid 500); 9 Jun 2009 07:02:31 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 75886 invoked by uid 500); 9 Jun 2009 07:02:31 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 75878 invoked by uid 99); 9 Jun 2009 07:02:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 07:02:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 07:02:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5AB61234C004 for ; Tue, 9 Jun 2009 00:02:07 -0700 (PDT) Message-ID: <214523755.1244530927358.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 00:02:07 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2103) Make the Princpal Resolution in the acl.ACLProvider dynamic In-Reply-To: <1943273182.1241715450715.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717583#action_12717583 ] angela commented on JCR-2103: ----------------------------- don't worry. i don't forget it. putting pressure doesn't speed up things. i will work on the security stuff in the near future again... i doesn't make sense to start looking at your request earlier. > Make the Princpal Resolution in the acl.ACLProvider dynamic > ----------------------------------------------------------- > > Key: JCR-2103 > URL: https://issues.apache.org/jira/browse/JCR-2103 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Affects Versions: 1.5.5 > Reporter: Ian Boston > Assignee: angela > Attachments: ExtendACLProvider.patch > > > At the moment, extending the DefaultAccessManager is hard and requires full access to the o.a.j.core. > This patch makes it possible to change the way in which a users set of Principals are resolved by providing an extension point in the ACLProvider so that an alternative AccessControlProvider could be delivered from SecurityManager. > The patch that follows does not address the extension of the SecurityManager which needs to be inside o.a.j.core -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.