Class QDLSASServlet

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.Logable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class QDLSASServlet
    extends edu.uiuc.ncsa.sas.SASServlet
    The SAS Servlet.It really only needs to create the correct executable, so there is not a lot to it.

    Created by Jeff Gaynor
    on 8/20/22 at 7:44 AM

    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class edu.uiuc.ncsa.sas.SASServlet

        edu.uiuc.ncsa.sas.SASServlet.SASExceptionHandlerThingie
    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.security.servlet.AbstractServlet

        environment, initialization, IP_HEADERS, PING_PARAMETER
    • Constructor Summary

      Constructors 
      Constructor Description
      QDLSASServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      edu.uiuc.ncsa.sas.Executable createExecutable​(String executableName)  
      • Methods inherited from class edu.uiuc.ncsa.sas.SASServlet

        doDelete, doExecute, doGet, doIt, doLogoff, doLogon, doNewKey, doPost, getExceptionHandler, getSASE, handleException, invoke, loadEnvironment
      • Methods inherited from class edu.uiuc.ncsa.security.servlet.AbstractServlet

        checkContentType, CONST, debug, doPing, error, error, getConfigurationLoader, getEnvironment, getInitialization, getMyLogger, getRequestIPAddress, info, init, isDebugOn, logOK, logOK, printAllParameters, printAllParameters, resetState, setConfigurationLoader, setDebugOn, setEnvironment, setExceptionHandler, setInitialization, warn
      • Methods inherited from class javax.servlet.http.HttpServlet

        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

      • QDLSASServlet

        public QDLSASServlet()
    • Method Detail

      • createExecutable

        public edu.uiuc.ncsa.sas.Executable createExecutable​(String executableName)
        Overrides:
        createExecutable in class edu.uiuc.ncsa.sas.SASServlet