From: maxcooper Date: Thu, 15 Aug 2002 07:51:33 +0000 (+0000) Subject: expanded description and advantages of the package, added nav links X-Git-Tag: REL-1_0_b2~2 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4f25c3808b7a1630fe3e039e5c031123eef7e678;p=securityfilter.git expanded description and advantages of the package, added nav links --- diff --git a/doc/index.html b/doc/index.html index fb13cf8..15368ea 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,20 +5,88 @@ + + + +
+ +[ +Summary + |  +Home Page + |  +Forums + |  +Bugs + |  +Support + |  +Lists + |  +News + |  +CVS + |  +Files +] + +
+

The SecurityFilter Project Home Page

-SecurityFilter is a Java Servlet Filter that mimics container-based security. It looks just like container-based security to your app, as you can call request.getRemoteUser(), equest.isUserInRole(), and request.getUserPrincipal() and get valid responses. However, it can be deployed within your web app, so you do not need to set the realm in the server configuration, or put any classes in the server classpath. The realm interface for SecurityFilter is proprietary, but it is very simple (2 methods) and should be easy to implement for your project. The other main advantage over container-based security is that users can submit a login form without being forced to the login page by the security mechanism. +SecurityFilter is a Java Servlet Filter that mimics container managed security. It looks just like container managed security to your app, as you can call request.getRemoteUser(), equest.isUserInRole(), and request.getUserPrincipal() and get valid responses. The Security Filter configuration file follows the web.xml standard, which makes it easy to switch to Security Filter from container managed security, or switch back as your requirements or deployment environment details change. + +

Intended Audience:

+ +SecurityFilter is intended for use by Java web application developers. It provides robust security and automatic authentication services for web applications. It has several important advantages over container managed security that make it an ideal solution for single-context, public web sites, or when it is necessary or simply desirable to avoid the server configuration hassles and portability issues associated with container managed security. + +

Advantages of SecuirtyFilter over Container Managed Security:

-

 

+

Current Requirements & Limitations of SecurityFilter:

+ + This project is hosted by:
SourceForge Logo + + +
+ +[ +Summary + |  +Home Page + |  +Forums + |  +Bugs + |  +Support + |  +Lists + |  +News + |  +CVS + |  +Files +] + +
+