public class CustomKeycloakLogoutHandler
extends org.keycloak.adapters.springsecurity.authentication.KeycloakLogoutHandler
| Constructor and Description |
|---|
CustomKeycloakLogoutHandler(org.keycloak.adapters.AdapterDeploymentContext adapterDeploymentContext,
it.cnr.cool.rest.SecurityRest securityRest,
CustomKeyCloakAuthenticationProvider customKeyCloakAuthenticationProvider,
String logoutURL) |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public CustomKeycloakLogoutHandler(org.keycloak.adapters.AdapterDeploymentContext adapterDeploymentContext,
it.cnr.cool.rest.SecurityRest securityRest,
CustomKeyCloakAuthenticationProvider customKeyCloakAuthenticationProvider,
String logoutURL)
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.LogoutHandlerlogout in class org.keycloak.adapters.springsecurity.authentication.KeycloakLogoutHandlerCopyright © 2022. All rights reserved.