Class TokenVerificationServlet

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doPost​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      protected String getArtifactDescription​(javax.servlet.http.HttpServletRequest req)  
      protected boolean isFingerprintAndTokenValid​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      protected boolean isUploadRequestValid​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • TokenVerificationServlet

        public TokenVerificationServlet()
    • Method Detail

      • isUploadRequestValid

        protected boolean isUploadRequestValid​(javax.servlet.http.HttpServletRequest req,
                                               javax.servlet.http.HttpServletResponse resp)
                                        throws IOException
        Throws:
        IOException
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse resp)
                       throws IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        IOException
      • isFingerprintAndTokenValid

        protected boolean isFingerprintAndTokenValid​(javax.servlet.http.HttpServletRequest req,
                                                     javax.servlet.http.HttpServletResponse resp)
                                              throws IOException
        Throws:
        IOException
      • getArtifactDescription

        protected String getArtifactDescription​(javax.servlet.http.HttpServletRequest req)