public class Saml2LogoutSuccessHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
| Modifier and Type | Field and Description |
|---|---|
private ApplicationCookieService |
applicationCookieService |
private IdpUserGroupService |
idpUserGroupService |
private static org.slf4j.Logger |
logger |
private static String |
LOGOUT_COMPLETE_PATH |
private LogoutRequestManager |
logoutRequestManager |
| Constructor and Description |
|---|
Saml2LogoutSuccessHandler(LogoutRequestManager logoutRequestManager,
IdpUserGroupService idpUserGroupService) |
| Modifier and Type | Method and Description |
|---|---|
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
On Logout Success complete Logout Request based on Logout Request Identifier found in cookies
|
private static final String LOGOUT_COMPLETE_PATH
private static final org.slf4j.Logger logger
private final ApplicationCookieService applicationCookieService
private final LogoutRequestManager logoutRequestManager
private final IdpUserGroupService idpUserGroupService
public Saml2LogoutSuccessHandler(LogoutRequestManager logoutRequestManager, IdpUserGroupService idpUserGroupService)
public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException
onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandlerrequest - HTTP Servlet Requestresponse - HTTP Servlet Responseauthentication - Authentication is not usedIOException - Thrown on HttpServletResponse.sendRedirect() failuresCopyright © 2023 Apache NiFi Project. All rights reserved.