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$ $Date$
See Also:
IHttpAuthenticator, HttpHandshakeAuthenticator