public class ThreadLocalSamlConfigurationFilter
extends org.springframework.web.filter.OncePerRequestFilter
Constructor and Description |
---|
ThreadLocalSamlConfigurationFilter(ThreadLocalSamlConfigurationRepository repository) |
Modifier and Type | Method and Description |
---|---|
protected void |
doFilterInternal(HttpServletRequest request,
HttpServletResponse response,
FilterChain filterChain) |
protected String |
getBasePath(HttpServletRequest request) |
protected SamlServerConfiguration |
getConfiguration(HttpServletRequest request) |
boolean |
isIncludeStandardPortsInUrl() |
ThreadLocalSamlConfigurationFilter |
setIncludeStandardPortsInUrl(boolean includeStandardPortsInUrl) |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
public ThreadLocalSamlConfigurationFilter(ThreadLocalSamlConfigurationRepository repository)
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException
doFilterInternal
in class org.springframework.web.filter.OncePerRequestFilter
ServletException
IOException
protected SamlServerConfiguration getConfiguration(HttpServletRequest request)
protected String getBasePath(HttpServletRequest request)
public boolean isIncludeStandardPortsInUrl()
public ThreadLocalSamlConfigurationFilter setIncludeStandardPortsInUrl(boolean includeStandardPortsInUrl)