| com.atlassian.bitbucket.auth.HttpLogoutHandler |
Interface that http-auth-handler modules can optionally implement to receive callbacks on logout.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Implementations should clean up external resources if they need to.
| |||||||||||
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.
| user | the user to log out |
|---|---|
| request | the HTTP request |
| response | the HTTP response |