Package | Description |
---|---|
lumis.portal.authentication.http |
Contains the infrastructure for authenticating http requests.
|
Modifier and Type | Method and Description |
---|---|
String |
HttpHandshakeAuthenticator.authenticate(HttpServletRequest request,
HttpServletResponse response)
Tries to authenticate the request, calling
HttpHandshakeAuthenticator.doAuthentication(HttpServletRequest, HttpServletResponse)
or HttpHandshakeAuthenticator.requestAuthentication(HttpServletRequest, HttpServletResponse)
according to the current state. |
String |
IHttpAuthenticator.authenticate(HttpServletRequest request,
HttpServletResponse response)
Performs the authentication for a given request.
|
protected abstract String |
HttpHandshakeAuthenticator.doAuthentication(HttpServletRequest request,
HttpServletResponse response)
Perform the user authentication for the given request.
|
protected String |
SpnegoAuthenticator.doAuthentication(HttpServletRequest request,
HttpServletResponse response) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.