Is there anything in
JSP I can use that will allow me to authenticate a user similiar to our Windows Intranet Domain login. I would like to emulate our Windows Intranet Domain login where a user would use their Domain username and password to get in a secure web site. For ColdFusion I am doing it with CFAuthenticate tag and I assume there is something similiar for JSP since ColdFusion is written in
Java.