public class SamlAuthenticationResponseFilter
extends org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
Constructor and Description |
---|
SamlAuthenticationResponseFilter(SamlProviderProvisioning<ServiceProviderService> provisioning) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
attemptAuthentication(HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
requiresAuthentication(HttpServletRequest request,
HttpServletResponse response) |
afterPropertiesSet, doFilter, getAllowSessionCreation, getAuthenticationManager, getFailureHandler, getRememberMeServices, getSuccessHandler, setAllowSessionCreation, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setContinueChainBeforeSuccessfulAuthentication, setFilterProcessesUrl, setMessageSource, setRememberMeServices, setRequiresAuthenticationRequestMatcher, setSessionAuthenticationStrategy, successfulAuthentication, unsuccessfulAuthentication
public SamlAuthenticationResponseFilter(SamlProviderProvisioning<ServiceProviderService> provisioning)
protected boolean requiresAuthentication(HttpServletRequest request, HttpServletResponse response)
requiresAuthentication
in class org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
public org.springframework.security.core.Authentication attemptAuthentication(HttpServletRequest request, HttpServletResponse response) throws org.springframework.security.core.AuthenticationException, IOException, ServletException
attemptAuthentication
in class org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
org.springframework.security.core.AuthenticationException
IOException
ServletException