Class HttpAuthExecuteServlet
HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.rs.core.server.reportexport.ReportExportServlet
net.datenwerke.rs.core.server.reportexport.HttpAuthExecuteServlet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsFields inherited from class net.datenwerke.rs.core.server.reportexport.ReportExportServlet
PARAMETER_BACKLINK_ID, PARAMETER_SUGGESTED_FILENAME, SESSION_KEY_BACKLINKS -
Constructor Summary
ConstructorsConstructorDescriptionHttpAuthExecuteServlet(<any> authenticatorService, <any> hookHandlerProvider, <any> securityServiceProvider, <any> reportExecutor, <any> reportService, <any> reportServerService, <any> configService, <any> errorHelperProvider, ParameterSetFactory parameterSetFactory, <any> tempFileService, <any> exceptionServices, <any> sessionCacheProvider, <any> httpUtilsProvider, <any> apiKeyHelperProvider) -
Method Summary
Methods inherited from class net.datenwerke.rs.core.server.reportexport.ReportExportServlet
doPost
-
Field Details
-
SERVLET_NAME
- See Also:
-
-
Constructor Details
-
HttpAuthExecuteServlet
public HttpAuthExecuteServlet(<any> authenticatorService, <any> hookHandlerProvider, <any> securityServiceProvider, <any> reportExecutor, <any> reportService, <any> reportServerService, <any> configService, <any> errorHelperProvider, ParameterSetFactory parameterSetFactory, <any> tempFileService, <any> exceptionServices, <any> sessionCacheProvider, <any> httpUtilsProvider, <any> apiKeyHelperProvider)
-
-
Method Details
-
doGet
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Overrides:
doGetin classReportExportServlet- Throws:
ServletExceptionIOException
-