See: Description
Interface | Description |
---|---|
IHttpAuthenticator |
Defines the callback methods an http authenticator must provide for the
Portal.
|
Class | Description |
---|---|
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. |
SpnegoAuthenticator |
HTTP authenticator implementation that uses SPNEGO/Kerberos for
authenticating the user accessing the portal.
|
Exception | Description |
---|---|
ContinueOnNextRequestException |
Exception that indicates that an authentication could not be completed yet,
and will continue during the next request.
|
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.