|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
IHttpAuthenticator
,
HttpHandshakeAuthenticator
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |