Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Authenticate user with Java API's?

852668Apr 21 2011 — edited May 11 2011
Hi,
I have a server program written in Java, it accepts requests from client apps and has to authenticate the users credentials.

Currently we use JNI to access the platform specific libraries (PAM on Linux, SSPI/NTLM on Windows, etc...). I've done quite a bit of searching and haven't found anything but I thought I would ask if anyone knows of any packages available (in Java itself, open source or commercial - can not be GPL or LGPL) that can perform these tasks (preferably 100% java but JNI wrapper code is fine too)?

Specifically the SSPI/NTLM code is a bit convoluted so I would ideally like to replace that code, in case you know of something specific to Windows.

Thanks in advance!

jim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 8 2011
Added on Apr 21 2011
7 comments
459 views