GeekArticles
Java
JSPJRun Authentication
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 275 times |
Add CommentFiled in: JSPBy Karl Moss JRun Engineer Allaire Corp. This article explores the built-in authentication mechanisms found in Allaire's JRun 3.0. Servlet/JSP authentication was introduced in the Servlet API specification, version 2.2, which JRun 3.0 supports, and allows you to place authentication and role-based access control (authorization) on any resource delivered by the servlet container. Servlet 2.2 Security Nuts and Bolts Programming Security in Your Servlets/JSPs Logging Off JRun 3.0 Custom...n
Read Article Sponsored Links
Related Articles
• OpenID and Rails: Authentication 2.0 Just about every web application uses the username and password combination for authentication. OpenID offers a better way. Learn how to integrate OpenID authentication in your Rails 2.0 applicati ...
• Role Based Forms Authentication in ASP.NET 2.0 Using Role based forms authentication, we can restrict users of the site to accessing certain resource if they are not part of a particular role. In this article, Satheesh demonstrates how to build sites with this type of authentication. He provides a short overview of various Login Controls and Pro ...