public class SamlProviderLogoutFilter<T extends HostedProviderService>
extends org.springframework.security.web.authentication.logout.LogoutFilter
Constructor and Description |
---|
SamlProviderLogoutFilter(SamlProviderProvisioning<T> provisioning,
org.springframework.security.web.authentication.logout.LogoutHandler samlLogoutHandler,
org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler,
org.springframework.security.web.authentication.logout.LogoutHandler... handlers) |
SamlProviderLogoutFilter(SamlProviderProvisioning<T> provisioning,
org.springframework.security.web.authentication.logout.LogoutHandler samlLogoutHandler,
org.springframework.security.web.util.matcher.RequestMatcher requestMatcher,
org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler,
org.springframework.security.web.authentication.logout.LogoutHandler... handlers) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
requiresLogout(HttpServletRequest request,
HttpServletResponse response) |
doFilter, setFilterProcessesUrl, setLogoutRequestMatcher
public SamlProviderLogoutFilter(SamlProviderProvisioning<T> provisioning, org.springframework.security.web.authentication.logout.LogoutHandler samlLogoutHandler, org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler, org.springframework.security.web.authentication.logout.LogoutHandler... handlers)
public SamlProviderLogoutFilter(SamlProviderProvisioning<T> provisioning, org.springframework.security.web.authentication.logout.LogoutHandler samlLogoutHandler, org.springframework.security.web.util.matcher.RequestMatcher requestMatcher, org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler, org.springframework.security.web.authentication.logout.LogoutHandler... handlers)
protected boolean requiresLogout(HttpServletRequest request, HttpServletResponse response)
requiresLogout
in class org.springframework.security.web.authentication.logout.LogoutFilter