Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 62814 invoked from network); 23 Sep 2005 23:34:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 23:34:58 -0000 Received: (qmail 63091 invoked by uid 500); 23 Sep 2005 23:34:52 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 63071 invoked by uid 500); 23 Sep 2005 23:34:52 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 63056 invoked by uid 99); 23 Sep 2005 23:34:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 16:34:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [141.202.248.38] (HELO mail12.ca.com) (141.202.248.38) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 16:34:58 -0700 Received: from usilms28.ca.com ([141.202.201.28]) by mail12.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 23 Sep 2005 19:34:29 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Help How to implement a valve ?? Date: Fri, 23 Sep 2005 19:34:28 -0400 Message-ID: <5F0EF692A76C0F4D970C00F5D5B3445F022BA1D9@usilms28.ca.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help How to implement a valve ?? Thread-Index: AcXAldA3HMvo1j5pQMSo5dBvkIbgkQAAOMFw From: "Bovy, Stephen J" To: "Tomcat Developers List" X-OriginalArrivalTime: 23 Sep 2005 23:34:29.0154 (UTC) FILETIME=[578F7020:01C5C097] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for the help ,, Yes I was wondering if I would have to use extend. I have another question related to admin. SingleSignOn has a re-authenticate Property which is set to false The admin app does not display it or allow it to be changed ?? Why not ??? OK, so I create my new class with extend ?? What other files need to be changed ?? mbean descriptor files ?? which ones ?? where ?? why ??? Has anyone written a valve how-to refference guide ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: Stephen.Bovy@ca.com -----Original Message----- From: Mark Thomas [mailto:markt@apache.org]=20 Sent: Friday, September 23, 2005 4:22 PM To: Tomcat Developers List Subject: Re: Help How to implement a valve ?? You need to extend the SingleSignOn valve as any valve doing single sign on must be an instance of SingleSignOn. Search AuthenticatorBase for SingleSignOn to see why. Mark Bovy, Stephen J wrote: > I would like to create a modified version of SingleSignOn valve, >=20 > I copied it and re-named it ThreadSignOn >=20 > But when I add the with my new valve name=20 > nothing happens. =20 >=20 > I had expected the same behaviour as the original, but that does not=20 > happen. >=20 > What are the steps procedures ? > What am I missing ? >=20 >=20 > Stephen Bovy > Computer Associates > 6100 Center Drive > Suite 700 > Los Angeles, CA 90045 > Tel: (310) 957-3930 > Fax: (310) 957-3917 > e-mail: Stephen.Bovy@ca.com >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >=20 >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org