Class HandleFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      HandleFilter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void filterWithHandler​(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain)  
      abstract uk.ac.warwick.sso.client.SSOConfiguration getConfig()  
      abstract uk.ac.warwick.sso.client.SSOHandler getHandler()  
      • Methods inherited from class java.lang.Object

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

      • HandleFilter

        public HandleFilter()
    • Method Detail

      • getConfig

        public abstract uk.ac.warwick.sso.client.SSOConfiguration getConfig()
      • getHandler

        public abstract uk.ac.warwick.sso.client.SSOHandler getHandler()
      • filterWithHandler

        public void filterWithHandler​(javax.servlet.http.HttpServletRequest servletRequest,
                                      javax.servlet.http.HttpServletResponse response,
                                      javax.servlet.FilterChain filterChain)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
        Throws:
        java.io.IOException
        javax.servlet.ServletException