Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A89511E5A for ; Mon, 4 Aug 2014 13:34:12 +0000 (UTC) Received: (qmail 2191 invoked by uid 500); 4 Aug 2014 13:34:12 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 2146 invoked by uid 500); 4 Aug 2014 13:34:12 -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 2132 invoked by uid 99); 4 Aug 2014 13:34:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 13:34:12 +0000 Date: Mon, 4 Aug 2014 13:34:12 +0000 (UTC) From: "Andrei Shakirin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5926) Extend SSL KeyManagers with password callback handler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrei Shakirin created CXF-5926: ------------------------------------ Summary: Extend SSL KeyManagers with password callback handler Key: CXF-5926 URL: https://issues.apache.org/jira/browse/CXF-5926 Project: CXF Issue Type: Improvement Components: Core Reporter: Andrei Shakirin Currently user can specify password for private key in SSL KeyManager configuration only explicitly: {code} {code} There are some users requests to support password callback handler as well. Proposal is to introduce optional attribute keyPasswordCallbackHandler in keyManagers element. This attribute will contain full class name implementing JSE CallbackHandler interface and expecting PasswordCallback element in input array. Path to keystore will be used as identifier in PasswordCallback. -- This message was sent by Atlassian JIRA (v6.2#6252)