Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 91014 invoked from network); 29 Sep 2009 09:20:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 09:20:42 -0000 Received: (qmail 809 invoked by uid 500); 29 Sep 2009 09:20:42 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 781 invoked by uid 500); 29 Sep 2009 09:20:42 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 770 invoked by uid 99); 29 Sep 2009 09:20:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 09:20:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 09:20:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MsYsV-0001Z7-KK for users@jackrabbit.apache.org; Tue, 29 Sep 2009 02:20:11 -0700 Message-ID: <25659625.post@talk.nabble.com> Date: Tue, 29 Sep 2009 02:20:11 -0700 (PDT) From: jcruser To: users@jackrabbit.apache.org Subject: Accessing/modifying workspaces/nodes in jackrabbit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jackrabbitdev@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello everybody! I implemented custom LoginModule and AccessManager in my Jackrabbit repository and now i want to have mechanism which allows me to control which workspaces(nodes) can be accessed and modified by different users. How can i implement it? Can it be made through only some xml files configuration or i need to implement some more modules (like LoginModule and AccessManager)? Thanks! Any help would be appreciated! -- View this message in context: http://www.nabble.com/Accessing-modifying-workspaces-nodes-in-jackrabbit-tp25659625p25659625.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.