WEB CLIENT LOGIN MODULE

Hi everyone!

I'm trying to come up with a web based login module for a web based booking and ticketing system. Please anyone who has an idea please help me out. Please include your proposed code. your help will be highly appreciated

[246 byte] By [ROBERTNASH2007a] at [2007-11-27 10:29:10]
# 1

Hello Robertnash,

There are several ways to do authentication:

Basic authentication: Pops up a dialog asking for username and password.

Digest: Same as basic, except the password is MD5 encrypted.

HTTPS client authentication. Uses a digital certificate.

Form based authentication. The username and password are entered in a HTML form (posted over SSL to be secure).

You can find descriptions and code examples of basic and form based authentication here: http://archive.moreservlets.com/Chapter7.html

Best regards,

Martin Israelsen

Architect

WebReserv.com

martin.israelsena at 2007-7-28 17:55:57 > top of Java-index,Security,Other Security APIs, Tools, and Issues...