Date: Mon, 5 Jan 1998 16:29:53 -0800
From: David.Brownell@Eng (David Brownell)
Message-Id: <199801060029.QAA26466@argon.eng.sun.com>
To: akofman@verix.com, java-security@web2.javasoft.com
Subject: Re: Login accounts and Security...
> Basically, I need to know if Java provides any way to access login
> accounts and security on the native system. I don't think java.security
> package deals with this issues..
The com.sun.server.realm package does ... it's part of the
JavaServer framework. There are realms which support logging
in to UNIX and NT native user databases, as well as ones to
connect to other authentication and user databases.
- Dave