From users-return-17618-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Jun 8 13:05:48 2011 Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 663364158 for ; Wed, 8 Jun 2011 13:05:48 +0000 (UTC) Received: (qmail 35813 invoked by uid 500); 8 Jun 2011 13:05:47 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 35791 invoked by uid 500); 8 Jun 2011 13:05:47 -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 35783 invoked by uid 99); 8 Jun 2011 13:05:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 13:05:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chadmichaeldavis@gmail.com designates 209.85.214.42 as permitted sender) Received: from [209.85.214.42] (HELO mail-bw0-f42.google.com) (209.85.214.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 13:05:41 +0000 Received: by bwz18 with SMTP id 18so1112328bwz.1 for ; Wed, 08 Jun 2011 06:05:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=YzwclUDFZC03kto/LXPTbGDFjFMXtmwRkpO1eUZMqEQ=; b=D+u63z8wfYwXimhUENvMGgNM4aJt95Qz88eTgG2nR7fBgFw8MhugE3ogGoYB3csSiH iliapIWPcSkS/bnvIVsXlUUYGKhWNvyUbTSABTI3HwqDaawRjHU5xyYQ8OvfM4W59ixu qPXrrKSuWumhYO1nkZg4gDaf2ZwvjycRKSzD4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=l4SSBnreD9Fkyo/3kgi10T3DZNQALesRcKmjnykJ8PSvdcwSvZj7i9odotyKcI4C+C kVl3CBmJuPzFKZ1vFB0WDM50kswtlfDg7n/fVZSZz8pEeDhzQk3JjcQnOX/QRklDvD6y TSyIRUYZ6rmoFtN1Ioa3m9CeEzO9O90uFzlBI= MIME-Version: 1.0 Received: by 10.204.18.193 with SMTP id x1mr570618bka.79.1307538319849; Wed, 08 Jun 2011 06:05:19 -0700 (PDT) Received: by 10.204.15.20 with HTTP; Wed, 8 Jun 2011 06:05:19 -0700 (PDT) In-Reply-To: <4DEF2AC2.9070205@adobe.com> References: <4DEF2AC2.9070205@adobe.com> Date: Wed, 8 Jun 2011 07:05:19 -0600 Message-ID: Subject: Re: Access Control Config From: ChadDavis To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=00032555ac2e15baf204a532fd8f --00032555ac2e15baf204a532fd8f Content-Type: text/plain; charset=ISO-8859-1 > I found the wiki page describing the access control mechanism ( >> http://wiki.apache.org/jackrabbit/AccessControl). I understand, from >> this >> page, that resource based ACL's are the default mechanism. This will suit >> my purposes fine, but I can't find any documentation of how to configure >> the >> lists? Can someone point me to the appropriate location? >> > > JCR 2.0 API defines some access control related interfaces, notably > > - AccessControlManager: used to manipulate access control policies > - AccessControlPolicy and a derived interface AccessControlList > - AccessControlEntry > - Privilege > > the specification can provide you with some basic information > about how to use the api. > > So, there's only a API interface? I thought perhaps there was some configuration file that would allow me to declare my access rules. --00032555ac2e15baf204a532fd8f--