Package net.datenwerke.security.server
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 -
Method Summary
-
Constructor Details
-
SecuredHttpServlet
public SecuredHttpServlet()
-
-
Method Details
-
doGet
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Throws:
ServletExceptionIOException
-
doPost
public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Throws:
ServletExceptionIOException
-