Message-Id: <199801060046.QAA00443@shorter.eng.sun.com>
Date: Mon, 5 Jan 1998 16:47:21 -0800 (PST)
From: Roland Schemers <Roland.Schemers@Eng>
Subject: Re: Login accounts and Security...
To: akofman@verix.com, java-security@web2.javasoft.com, David.Brownell@Eng
Yup. I should have mentioned that. I was only speaking for java.security.*...
roland
> Date: Mon, 5 Jan 1998 16:29:53 -0800
> From: David.Brownell@Eng (David Brownell)
> 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
>
>