Authorization « Security « JSP-Servlet Q&A





1. JSP - Authentication and Authorization    stackoverflow.com

I come from an ASP.NET background. In ASP.NET, there is built-in support for users and roles. My question is, does JSP have anything similar or is everything built from scratch? I ...

2. is that possible to work out a custom authentication and authorization mechanism that still utilizes in web.xm    stackoverflow.com

I'd like a custom authentication and authorization solution which is different to BASIC or FORM methods. Actually it is like a enhanced version of j_security_check. In the mean time, I like my ...

3. Authentication Vs Authorization    coderanch.com