Package lumis.portal.authentication.http

Contains the infrastructure for authenticating http requests. This allows to customize how to authenticate an user based on the HttpServletRequest object. This also allows auto-login implementations to be done.

To implement a custom http authenticator, you must implement the interface IHttpAuthenticator and configure the lumisportalconfig.xml file for the Portal to use your implementation.

Since:
4.0.10
Version:
$Revision: 6376 $ $Date: 2007-04-10 17:55:53 -0300 (Tue, 10 Apr 2007) $
See Also:
IHttpAuthenticator, HttpHandshakeAuthenticator