Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 23830 invoked from network); 16 Oct 1999 22:06:46 -0000 Received: from mta1.snfc21.pbi.net (206.13.28.122) by apache.org with SMTP; 16 Oct 1999 22:06:46 -0000 Received: from iname.com ([63.193.116.110]) by mta1.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FJP003EYUNI31@mta1.snfc21.pbi.net> for tomcat-dev@jakarta.apache.org; Sat, 16 Oct 1999 15:04:30 -0700 (PDT) Date: Sat, 16 Oct 1999 15:02:34 -0700 From: Ian Holsman Subject: Re: [VOTE] Short Term Plan: Add Security Management Capabilities to Tomc To: tomcat-dev@jakarta.apache.org Message-id: <3808F5FA.DE715F33@iname.com> MIME-version: 1.0 X-Mailer: Mozilla 4.7 [en] (WinNT; I) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en,hebrew References: <38081835.320EC2B9@mytownnet.com> <002201bf17be$d79d5260$a447fea9@paris> <3808B1F9.5C96C71F@mytownnet.com> <38086742.5A7E7A66@shorter.eng.sun.com> Hi. I am just looking at developer.java.sun.com, and it seems to have developed a Authentication and authorization service (JAAS http://developer.java.sun.com/developer/earlyAccess/jaas/index.html) why wouldn't you make use of these API's. I understand it is meant for v1.3, but I'm sure that the interface could be supported by a 1.1/1.2 source. ..Ian from the site: Overview The JavaTM Authentication and Authorization Service (JAAS) is a Java package that enables services to authenticate and enforce access controls upon users. It implements a Java version of the standard Pluggable Authentication Module (PAM) framework, and extends the access control architecture of the JavaTM 2 Platform in a compatible fashion to support user-based authorization. This release of JAAS is a non-commercial reference implementation that demonstrates a working example of the JAAS APIs. The Early Access 1.0 code has been tested by engineering and has been through a complete quality acceptance review. However, users should not expect bug free code at this time. The objective of this release is get developers familiar with JAAS APIs and allow them to start prototyping projects.