Class HttpSessionContextIntegrationFilter2

java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.security.web.context.SecurityContextPersistenceFilter
hudson.security.HttpSessionContextIntegrationFilter2
All Implemented Interfaces:
javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

public class HttpSessionContextIntegrationFilter2 extends org.springframework.security.web.context.SecurityContextPersistenceFilter
  • Field Summary

    Fields inherited from class org.springframework.web.filter.GenericFilterBean

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpSessionContextIntegrationFilter2(org.springframework.security.web.context.SecurityContextRepository securityContextRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
     

    Methods inherited from class org.springframework.security.web.context.SecurityContextPersistenceFilter

    setForceEagerSessionCreation, setSecurityContextHolderStrategy

    Methods inherited from class org.springframework.web.filter.GenericFilterBean

    addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpSessionContextIntegrationFilter2

      public HttpSessionContextIntegrationFilter2(org.springframework.security.web.context.SecurityContextRepository securityContextRepository)
  • Method Details

    • doFilter

      public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Specified by:
      doFilter in interface javax.servlet.Filter
      Overrides:
      doFilter in class org.springframework.security.web.context.SecurityContextPersistenceFilter
      Throws:
      IOException
      javax.servlet.ServletException