Interface ICaptchaVerify

  • All Known Implementing Classes:
    CaptchaVerify

    public interface ICaptchaVerify
    • Method Detail

      • processRequest

        boolean processRequest​(String username,
                               javax.servlet.http.HttpServletRequest request)
                        throws Exception
        Throws:
        Exception
      • getCaptchaSecret

        String getCaptchaSecret()