Class SpnegoWSFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class SpnegoWSFilter
    extends SpnegoFilter
    This class extends com.microstrategy.web.filter.SpnegoFilter for MicroStrategy Web Services J2EE. It do the same negotiation as SpnegoFilter but only challenges to necessary HTTP requests, i.e. those SOAP actions who authenticates client users to I-Server. This is for the sake of performance.
    Since:
    MicroStrategy Web 9.0.2
    • Constructor Summary

      Constructors 
      Constructor Description
      SpnegoWSFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doFilter​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)  
      • Methods inherited from class java.lang.Object

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

      • SpnegoWSFilter

        public SpnegoWSFilter()
    • Method Detail

      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.Filter
        Overrides:
        doFilter in class SpnegoFilter
        Throws:
        java.io.IOException
        javax.servlet.ServletException