public interface

HttpLogoutHandler

com.atlassian.bitbucket.auth.HttpLogoutHandler

Class Overview

Interface that http-auth-handler modules can optionally implement to receive callbacks on logout.

Summary

Public Methods
void logout(ApplicationUser user, HttpServletRequest request, HttpServletResponse response)
Implementations should clean up external resources if they need to.

Public Methods

public void logout (ApplicationUser user, HttpServletRequest request, HttpServletResponse response)

Implementations should clean up external resources if they need to. They can optionally write to the response or redirect the user to override the standard system behaviour.

Parameters
user the user to log out
request the HTTP request
response the HTTP response