From 589be7ea2e1390cd73466d2c3ab64a465d863591 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Fri, 9 Aug 2002 10:22:55 +0000 Subject: [PATCH] Initial project home page --- doc/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/index.html diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..fb13cf8 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,24 @@ + + + +The SecurityFilter Project Home Page + + + +

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. + + + +

 

+ +This project is hosted by:
+ SourceForge Logo + + + + -- 2.11.0