public class Saml2SingleLogoutFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
private static ApplicationCookieService |
applicationCookieService |
private static org.slf4j.Logger |
logger |
private LogoutRequestManager |
logoutRequestManager |
private org.springframework.security.web.authentication.logout.LogoutSuccessHandler |
logoutSuccessHandler |
private org.springframework.security.web.util.matcher.AntPathRequestMatcher |
requestMatcher |
| Constructor and Description |
|---|
Saml2SingleLogoutFilter(LogoutRequestManager logoutRequestManager,
org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
Read Logout Request Identifier cookies and find Logout Request then call Logout Success Handler
|
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprivate static final org.slf4j.Logger logger
private static final ApplicationCookieService applicationCookieService
private final org.springframework.security.web.util.matcher.AntPathRequestMatcher requestMatcher
private final LogoutRequestManager logoutRequestManager
private final org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler
public Saml2SingleLogoutFilter(LogoutRequestManager logoutRequestManager, org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterrequest - HTTP Servlet Requestresponse - HTTP Servlet ResponsefilterChain - Filter Chainjavax.servlet.ServletException - Thrown on FilterChain.doFilter() failuresIOException - Thrown on FilterChain.doFilter() failuresCopyright © 2023 Apache NiFi Project. All rights reserved.