Package lumis.portal.authentication.http

Package class diagram package lumis.portal.authentication.http
Contains the infrastructure for authenticating http requests.

See:
          Description

Interface Summary
IHttpAuthenticator Defines the callback methods an http authenticator must provide for the Portal.
 

Class Summary
HttpAuthenticatorFactory Provides IHttpAuthenticator instances.
HttpHandshakeAuthenticator An abstract implementation of IHttpAuthenticator for making it easier to implement authenticators that require multiple http requests to complete the authentication.
NtlmAuthenticator Authenticator that implements NTLM authentication.
NtlmFilter Filter that implements the NTLM negotiation.
 

Exception Summary
ContinueOnNextRequestException Exception that indicates that an authentication could not be completed yet, and will continue during the next request.
 

Package lumis.portal.authentication.http Description

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


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.