Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 89213 invoked from network); 29 Aug 2008 10:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2008 10:05:08 -0000 Received: (qmail 65501 invoked by uid 500); 29 Aug 2008 10:05:04 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 65472 invoked by uid 500); 29 Aug 2008 10:05:04 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 65240 invoked by uid 99); 29 Aug 2008 10:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 03:05:03 -0700 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; Fri, 29 Aug 2008 10:04:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A870234C1C3 for ; Fri, 29 Aug 2008 03:04:44 -0700 (PDT) Message-ID: <842244649.1220004284304.JavaMail.jira@brutus> Date: Fri, 29 Aug 2008 03:04:44 -0700 (PDT) From: "Ate Douma (JIRA)" To: jetspeed-dev@portals.apache.org Subject: [jira] Commented: (JS2-872) PermissionSecurityHandler for LDAP In-Reply-To: <378982498.1212496484957.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JS2-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626923#action_12626923 ] Ate Douma commented on JS2-872: ------------------------------- Work for the issues JS2-870, JS2-872 and JS2-873 will commence in the separate security-refactoring branch (branched off the JS2-869 branch). > PermissionSecurityHandler for LDAP > ---------------------------------- > > Key: JS2-872 > URL: https://issues.apache.org/jira/browse/JS2-872 > Project: Jetspeed 2 > Issue Type: New Feature > Components: Security > Affects Versions: 2.2 > Reporter: Ate Douma > Assignee: Ate Douma > Fix For: 2.2 > > Original Estimate: 72h > Remaining Estimate: 72h > > Right now, Jetspeed only has a database based PermissionManagerImpl. > In contrast to the other security components for User,Role,Group there is no corresponding PermissionSecurityHandler for abstracting the backend implementation. > Adding a PermissionSecurityHandler and corresponding DefaultPermissionSecurityHandler (for the database) and a LdapPermissionSecurityHandler > also requires extending the SecurityMappingHandler interface and delegating the current db access in PermissionManagerImpl to the PermissionSecurityHandler. > Related to this is the RdbmsPolicy class (name) which really hooks the PermissionManager into the Java security system. > Although this class is call RdbmsPolicy, actually it has no ties to the database at all, only to the PermissionManager. > By providing an LDAP backend for the permissions, we can still use the RdbmsPolicy, nevermind its name :) > But maybe we should rename it to JetspeedPolicy in the future for clarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org