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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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)