questions about JAVA security

Jason Cai (cai@rdaconsultants.com)
Wed, 14 Jul 1999 12:40:08 -0400

From: Jason Cai <cai@rdaconsultants.com>
To: "'java-security@java.sun.com'" <java-security@java.sun.com>
Subject: questions about JAVA security
Date: Wed, 14 Jul 1999 12:40:08 -0400

I plan to develop a two-tier JAVA application on Windows NT platform in
which I like to implement system trusted login for the application, thus
users do not need to type name and password after they successfully login
the NT domain. I do not want to implement some C functions to check the
users's credential which in turn will be called in the JAVA application by
using JAVA JNI. I would rather like to use JAVA security features to achieve
this goal, but so far I have not found any information helpful. Could you
please direct me to the right information or some third party JAVA toolset?

Thanks a lot in advance.

Jason