public class CrowdLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
| Constructor and Description |
|---|
CrowdLogoutHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
Causes a logout to be completed.
|
void |
setHttpAuthenticator(CrowdHttpAuthenticator httpAuthenticator) |
public void logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
logout in interface org.springframework.security.web.authentication.logout.LogoutHandlerrequest - the HTTP requestresponse - the HTTP resonseauthentication - the current principal detailspublic void setHttpAuthenticator(CrowdHttpAuthenticator httpAuthenticator)
Copyright © 2019 Atlassian. All rights reserved.