Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 88032 invoked from network); 3 Dec 2001 17:24:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2001 17:24:53 -0000 Received: (qmail 21866 invoked by uid 97); 3 Dec 2001 17:24:49 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 21815 invoked by uid 97); 3 Dec 2001 17:24:48 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 21804 invoked from network); 3 Dec 2001 17:24:48 -0000 Date: Mon, 3 Dec 2001 09:06:27 -0800 (PST) From: "Craig R. McClanahan" Sender: craigmcc@localhost To: "Kalyoncu, Erdal" cc: "'tomcat-dev@jakarta.apache.org'" Subject: Re: JAAS In-Reply-To: Message-ID: <20011203090108.T41158-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 3 Dec 2001, Kalyoncu, Erdal wrote: > Date: Mon, 3 Dec 2001 11:56:55 +0100 > From: "Kalyoncu, Erdal" > Reply-To: Tomcat Developers List > To: "'tomcat-dev@jakarta.apache.org'" > Subject: JAAS > > Hi jakarta-dev-team, > > I want to know, if Tomcat 4.0 provide JAAS. > I read in the J2EE-specification 1.3, that it provide JAAS. > The servlet-specification 2.3 provide J2EE-1.3. > Tomcat 4.0 provide the servlet-specification 2.3. > > My question is, if you hava any docs or examples for JAAS in connection with > Tomcat 4. > When you don't hava a answer, then give me please E-Mail adress, where I can > find > any Information. > > Sorry for my english. > Please send me reply > In the current nightly builds of Tomcat 4 (available at ) there is an experimental implementation of a JAAS Realm, which you would select by using a element like this: The "appName" parameter identifies the application name that is passed to the JAAS LoginContext constructor (and therefore picks the set of login methods based on your JAAS configuration). Currently, this Realm supports user authentication only -- it does not support looking up the roles associated with a user. > best regards > > Erdal > Craig McClanahan -- To unsubscribe, e-mail: For additional commands, e-mail: