public interface HttpLogoutHandler
http-auth-handler
modules can optionally implement to receive callbacks on logout.Modifier and Type | Method and Description |
---|---|
void |
logout(com.atlassian.bitbucket.user.ApplicationUser user,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Implementations should clean up external resources if they need to.
|
void logout(@Nonnull com.atlassian.bitbucket.user.ApplicationUser user, @Nonnull javax.servlet.http.HttpServletRequest request, @Nonnull javax.servlet.http.HttpServletResponse response)
user
- the user to log outrequest
- the HTTP requestresponse
- the HTTP responseCopyright © 2024 Atlassian. All rights reserved.