public interface WebConsoleSecurityProvider3 extends WebConsoleSecurityProvider2
WebConsoleSecurityProvider3
extends the
WebConsoleSecurityProvider2
interface and adds the ability to perform log-out operation.
If a registered WebConsoleSecurityProvider
service implements this
interface the logout(HttpServletRequest, HttpServletResponse)
method is called when the user clicks the logout button.
If this service is missing and basic authentication is used, then new authentication is requested.
In any case, the logout procedure will invalidate the current session and will remove the
HttpContext#REMOTE_USER
, HttpContext#AUTHORIZATION
attributes from the request and the session.
USER_ATTRIBUTE
Modifier and Type | Method and Description |
---|---|
void |
logout(HttpServletRequest request,
HttpServletResponse response)
This method will be called by the web console when the user clicks the logout button.
|
authenticate
authorize
void logout(HttpServletRequest request, HttpServletResponse response)
request
- the requestresponse
- the response"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"