Re: User passward mechanism

David Brownell (db@Eng)
Thu, 09 Jul 1998 17:48:21 -0700

Date: Thu, 09 Jul 1998 17:48:21 -0700
From: David Brownell <db@Eng>
To: Charlie Lai <charlie@angeles.eng.sun.com>
Subject: Re: User passward mechanism

This is a multi-part message in MIME format.
--------------9C7066EF60889FC0B01D6CB8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> > What I don't know is how to implement a sign-on mechanism. I wish my
> > users to supply a user name and a password that my server will verify.
> > Can I do that with Java security ? Is there any document that describe
> > what should I do ?

Much of this functionality comes as part of products such as
the Java Web Server. Either add your users to an existing
realm, or plug in your own custom realm (supports passwords,
challenge/response, SSL client authentication out-of-the-box).

That's accessible through HTTP/HTTPS in that package.

- Dave
--------------9C7066EF60889FC0B01D6CB8
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for David Brownell
Content-Disposition: attachment; filename="vcard.vcf"

begin: vcard
fn: David Brownell
n: Brownell;David
org: <img src="http://www.javasoft.com/images/logos/javalogo52x88.gif">
adr: Sun Microsystems, Inc.;;901 San Antonio Rd., M/S UCUP 02-206 ;Palo Alto;CA;94303;USA
email;internet: db@eng.sun.com
title: Staff Engineer<br>JavaServer Technologies
tel;work: +1-408-343-1729
tel;fax: +1-408-343-1815
x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version: 2.1
end: vcard

--------------9C7066EF60889FC0B01D6CB8--