public class KeycloakLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
SSO_LOGOUT_COMPLETE_PARAM |
| Constructor and Description |
|---|
KeycloakLogoutHandler(AdapterDeploymentContextBean deploymentContextBean) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createRedirectUrl(javax.servlet.http.HttpServletRequest request) |
protected void |
handleSingleSignOut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public static final String SSO_LOGOUT_COMPLETE_PARAM
public KeycloakLogoutHandler(AdapterDeploymentContextBean deploymentContextBean)
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.LogoutHandlerprotected String createRedirectUrl(javax.servlet.http.HttpServletRequest request)
protected void handleSingleSignOut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.