Class DiscoveryServlet

    • Constructor Detail

      • DiscoveryServlet

        public DiscoveryServlet()
    • Method Detail

      • getDiscoveryPagePath

        public String getDiscoveryPagePath()
      • setDiscoveryPagePath

        public void setDiscoveryPagePath​(String discoveryPagePath)
      • setValues

        protected net.sf.json.JSONObject setValues​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                   net.sf.json.JSONObject jsonObject)
      • doIt

        protected void doIt​(javax.servlet.http.HttpServletRequest httpServletRequest,
                            javax.servlet.http.HttpServletResponse httpServletResponse)
                     throws Throwable
        Specified by:
        doIt in class edu.uiuc.ncsa.security.servlet.AbstractServlet
        Throws:
        Throwable
      • getRequestURI

        protected static String getRequestURI​(javax.servlet.http.HttpServletRequest request,
                                              boolean includePort)
      • getRequestURI

        protected static String getRequestURI​(javax.servlet.http.HttpServletRequest request)