Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 51954 invoked from network); 5 Sep 2006 03:18:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 03:18:45 -0000 Received: (qmail 30826 invoked by uid 500); 5 Sep 2006 03:18:45 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 30800 invoked by uid 500); 5 Sep 2006 03:18:45 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 30789 invoked by uid 99); 5 Sep 2006 03:18:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 20:18:44 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 20:18:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C91AA1A981F; Mon, 4 Sep 2006 20:18:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r440234 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Date: Tue, 05 Sep 2006 03:18:23 -0000 To: continuum-commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060905031823.C91AA1A981F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carlos Date: Mon Sep 4 20:18:23 2006 New Revision: 440234 URL: http://svn.apache.org/viewvc?view=rev&rev=440234 Log: Add first ACL creation code Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?view=diff&rev=440234&r1=440233&r2=440234 ============================================================================== --- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original) +++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Mon Sep 4 20:18:23 2006 @@ -488,7 +488,7 @@ sqlMojo - org.acegisecurity.acl.basic.BasicAclDao + org.acegisecurity.acl.basic.BasicAclExtendedDao dao @@ -522,7 +522,7 @@ - org.acegisecurity.acl.basic.BasicAclDao + org.acegisecurity.acl.basic.BasicAclExtendedDao org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl setter @@ -619,25 +619,124 @@ - org.apache.maven.continuum.Continuum.addProject + org.apache.maven.continuum.Continuum.getProjectGroup - ROLE_admin - ROLE_addProject + ACL_PROJECTGROUP_READ - org.apache.maven.continuum.Continuum.getProjectsInGroup + org.apache.maven.continuum.Continuum.getAllProjectGroupsWithProjects AFTER_ACL_COLLECTION_READ - org.apache.maven.continuum.Continuum.getAllProjectGroupsWithProjects + org.apache.maven.continuum.Continuum.getProjectGroupByProjectId + + ACL_PROJECTGROUP_READ + + + + org.apache.maven.continuum.Continuum.getProjectsInGroup AFTER_ACL_COLLECTION_READ - + + org.apache.maven.continuum.Continuum.removeProjectGroup + + ROLE_deleteProject + + + + + org.apache.maven.continuum.Continuum.addProject + + ROLE_admin + ROLE_addProject + + + @@ -648,7 +747,7 @@ org.acegisecurity.acl.basic.BasicAclProvider - org.acegisecurity.acl.basic.BasicAclDao + org.acegisecurity.acl.basic.BasicAclExtendedDao basicAclDao @@ -691,6 +790,26 @@ + + org.acegisecurity.vote.AccessDecisionVoter + aclProjectGroupRead + org.acegisecurity.vote.BasicAclEntryVoter + + + org.acegisecurity.acl.AclManager + aclManager + + + + ACL_PROJECTGROUP_READ + org.apache.maven.continuum.model.project.ProjectGroup + + ADMINISTRATION + READ + + + + org.acegisecurity.AccessDecisionManager @@ -840,12 +959,10 @@ org.extremecomponents INFO -