Class RFC8628Servlet

    • Field Detail

    • Constructor Detail

      • RFC8628Servlet

        public RFC8628Servlet()
    • Method Detail

      • doIt

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

        public static String convertToCanonicalForm​(String x,
                                                    RFC8628ServletConfig rfc8628ServletConfig)
        Used in the DB servlet mostly to take whatever the user types in (may or may not include the user code seperator), be in mixed case.
        Parameters:
        x -
        Returns:
      • main

        public static void main​(String[] args)