Class SPNEGOSSOFilter

  • All Implemented Interfaces:
    javax.servlet.Filter, org.gatein.sso.agent.filter.api.SSOInterceptor

    public class SPNEGOSSOFilter
    extends org.gatein.sso.agent.filter.api.AbstractSSOInterceptor
    • Field Summary

      • Fields inherited from class org.gatein.sso.agent.filter.api.AbstractSSOInterceptor

        PORTAL_CONTAINER_SUBSTITUTION_PATTERN
      • Fields inherited from class org.exoplatform.container.web.AbstractFilter

        config, servletContextName
    • Constructor Summary

      Constructors 
      Constructor Description
      SPNEGOSSOFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void doFilter​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)  
      protected void initImpl()  
      • Methods inherited from class org.gatein.sso.agent.filter.api.AbstractSSOInterceptor

        afterInit, getExoContainer, getInitParameter, initWithParams
      • Methods inherited from class org.exoplatform.container.web.AbstractFilter

        getContainer, getServletContext, init, requirePortalEnvironment
      • Methods inherited from interface javax.servlet.Filter

        init
    • Constructor Detail

      • SPNEGOSSOFilter

        public SPNEGOSSOFilter()
    • Method Detail

      • initImpl

        protected void initImpl()
        Specified by:
        initImpl in class org.gatein.sso.agent.filter.api.AbstractSSOInterceptor
      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws IOException,
                             javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • destroy

        public void destroy()