Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 37116 invoked from network); 19 Apr 2010 12:24:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Apr 2010 12:24:15 -0000 Received: (qmail 99001 invoked by uid 500); 19 Apr 2010 12:24:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 98961 invoked by uid 500); 19 Apr 2010 12:24:14 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 98953 invoked by uid 99); 19 Apr 2010 12:24:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 12:24:14 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 12:24:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3JCNon6012173 for ; Mon, 19 Apr 2010 08:23:50 -0400 (EDT) Message-ID: <31102059.9701271679830318.JavaMail.jira@thor> Date: Mon, 19 Apr 2010 08:23:50 -0400 (EDT) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2754) Extend WS-Security component for higher level containers be able to use UsernameToken to authenticate a user and populate SecurityContext In-Reply-To: <15624008.15451270568373574.JavaMail.jira@brutus.apache.org> 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/CXF-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-2754: ---------------------------------- Attachment: cxf-2754-2.patch Initial patch for resolving a policy-first case, to be discussed. Depends on https://issues.apache.org/jira/browse/WSS-229 > Extend WS-Security component for higher level containers be able to use UsernameToken to authenticate a user and populate SecurityContext > -------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-2754 > URL: https://issues.apache.org/jira/browse/CXF-2754 > Project: CXF > Issue Type: Improvement > Components: WS-* Components > Affects Versions: 2.3, 2.2.8 > Reporter: Sergey Beryozkin > Assignee: Sergey Beryozkin > Fix For: 2.3, 2.2.8 > > Attachments: cxf-2754-2.patch > > > By default, WSS4JInInterceptor relies on CallbackHandlers to provide or validate a password for handling digests and clear-texts respectively. > Also, the default SecurityContext is partially populated and thus can not be used for the authorization decisions. > Higher level containers should be able to delegate to their own subsystems for authenticating a user and populating SecurityContext -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.