[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: User authentication
I have used "Security Filter" which permits some of the convenience of container-managed security while permitting a custom implementation.
http://securityfilter.sourceforge.net/
Following is a summary of its purpose:
"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(), request.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."
Bill Siggelkow
billsigg@bellsouth.net