Uses of Interface
lumis.portal.authentication.http.IHttpAuthenticator
-
Packages that use IHttpAuthenticator Package Description lumis.portal.authentication.http Contains the infrastructure for authenticating http requests. -
-
Uses of IHttpAuthenticator in lumis.portal.authentication.http
Classes in lumis.portal.authentication.http that implement IHttpAuthenticator Modifier and Type Class Description class
HttpHandshakeAuthenticator
An abstract implementation ofIHttpAuthenticator
for making it easier to implement authenticators that require multiple http requests to complete the authentication.class
SpnegoAuthenticator
HTTP authenticator implementation that uses SPNEGO/Kerberos for authenticating the user accessing the portal.Methods in lumis.portal.authentication.http that return IHttpAuthenticator Modifier and Type Method Description static IHttpAuthenticator
HttpAuthenticatorFactory. getHttpAuthenticator()
Returns theIHttpAuthenticator
configured for the Portal.
-