Class GetConfigEntries

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.csadmin.GetConfigEntries
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class GetConfigEntries extends CMSServlet
See Also:
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

    • GetConfigEntries

      public GetConfigEntries()
  • Method Details

    • process

      protected void process(CMSRequest cmsReq) throws EBaseException
      Process the HTTP request.
      • http.param op 'downloadBIN' - return the binary certificate chain
      • http.param op 'displayIND' - display pretty-print of certificate chain components
      Overrides:
      process in class CMSServlet
      Parameters:
      cmsReq - the object holding the request and response information
      Throws:
      EBaseException - if the servlet was unable to satisfactorily process the request
    • getLocale

      protected Locale getLocale(javax.servlet.http.HttpServletRequest req)
      Retrieves locale based on the request.
      Overrides:
      getLocale in class CMSServlet
    • renderResult

      protected void renderResult(CMSRequest cmsReq) throws IOException
      Description copied from class: CMSServlet
      Output a template. If an error occurs while outputing the template the exception template is used to display the error.
      Overrides:
      renderResult in class CMSServlet
      Parameters:
      cmsReq - the CS request
      Throws:
      IOException