Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45799200D33 for ; Wed, 8 Nov 2017 16:38:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 43F90160BE0; Wed, 8 Nov 2017 15:38:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B037E160BDA for ; Wed, 8 Nov 2017 16:38:27 +0100 (CET) Received: (qmail 50421 invoked by uid 500); 8 Nov 2017 15:38:26 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 50409 invoked by uid 99); 8 Nov 2017 15:38:26 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 15:38:26 +0000 Received: from s2laptop.local (host86-187-114-249.range86-187.btcentralplus.com [86.187.114.249]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C307F1A0044 for ; Wed, 8 Nov 2017 15:38:25 +0000 (UTC) Subject: Re: Supported callbacks in Tomcat JASPIC implementation To: Tomcat Users List References: From: Mark Thomas Message-ID: Date: Wed, 8 Nov 2017 15:38:24 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit archived-at: Wed, 08 Nov 2017 15:38:28 -0000 On 08/11/2017 12:00, Lazar Kirchev wrote: > Hello, > > According to the JASSPIC spec version 1.1, chapter 4.5, The CallbackHandler > should support CallerPrincipalCallback, GroupPrincipalCallback, > PasswordValidationCallback, as well as CertStoreCallback, > PrivateKeyCallback, SecretKeyCallback and TrustStoreCallback. Chapter 4 is the SOAP profile. You want to look at Chapter 3 which is the Servlet Container profile. > However, in Tomcat 8.5.* > org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl supports only > CallerPrincipalCallback and GroupPrincipalCallback. Are there any plans to > add support for the others? There are no plans to extend the JASPIC implementation at this time. Patches welcome. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org