Class HttpAuthExecuteServlet

HttpServlet
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 HttpAuthExecuteServlet extends ReportExportServlet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class net.datenwerke.rs.core.server.reportexport.ReportExportServlet

    PARAMETER_BACKLINK_ID, PARAMETER_SUGGESTED_FILENAME, SESSION_KEY_BACKLINKS
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    void
    doGet(HttpServletRequest req, HttpServletResponse resp)
     

    Methods inherited from class net.datenwerke.rs.core.server.reportexport.ReportExportServlet

    doPost
  • Field Details

  • 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