Class SecuredHttpServlet

HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
Direct Known Subclasses:
BirtReportFileDownloadServlet, DotDownloadServlet, ExportScheduledAsDiskFileServlet, ExportScheduledAsFileReportServlet, FileDownloadServlet, FileServerAccessServlet, FileUploadServlet, ImageServlet, JasperPreviewProvider, JRXMLDownloadServlet, JxlsReportFileDownloadServlet, QuickExportDownloadServlet, ReportDocumentationServlet, ReportExportServlet, RptDownloadServlet, RsThemeServlet, ScriptUrlAccessServlet, TableTemplateDownloadServlet, TableTemplateUploadServlet, TempFileServlet
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class SecuredHttpServlet extends HttpServlet
Remember to make doGet and doPost public for the security check to take effect.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGet(HttpServletRequest req, HttpServletResponse resp)
     
    void
    doPost(HttpServletRequest req, HttpServletResponse resp)
     
  • Constructor Details

    • SecuredHttpServlet

      public SecuredHttpServlet()
  • Method Details

    • doGet

      public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
      Throws:
      ServletException
      IOException
    • doPost

      public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
      Throws:
      ServletException
      IOException