Uses of Class
com.netscape.cms.servlet.common.CMSRequest

Packages that use CMSRequest
com.netscape.cms.servlet.base   
com.netscape.cms.servlet.cert   
com.netscape.cms.servlet.common   
com.netscape.cms.servlet.connector   
com.netscape.cms.servlet.csadmin   
com.netscape.cms.servlet.key   
com.netscape.cms.servlet.ocsp   
com.netscape.cms.servlet.processors   
com.netscape.cms.servlet.profile   
com.netscape.cms.servlet.request   
com.netscape.cms.servlet.tks   
 

Uses of CMSRequest in com.netscape.cms.servlet.base
 

Methods in com.netscape.cms.servlet.base that return CMSRequest
protected  CMSRequest CMSServlet.newCMSRequest()
          Create a new CMSRequest object.
 CMSRequest IndexServlet.newCMSRequest()
           
 

Methods in com.netscape.cms.servlet.base with parameters of type CMSRequest
 IAuthToken CMSServlet.authenticate(CMSRequest req)
           
 IAuthToken CMSServlet.authenticate(CMSRequest req, java.lang.String authMgrName)
           
protected  void CMSServlet.process(CMSRequest cmsRequest)
          process an HTTP request.
 void DisplayHtmlServlet.process(CMSRequest cmsReq)
          Serves HTTP request.
protected  void GetStats.process(CMSRequest cmsReq)
          Process the HTTP request.
 void IndexServlet.process(CMSRequest cmsReq)
          Serves HTTP request.
 void PortsServlet.process(CMSRequest cmsReq)
          Serves HTTP request.
protected  void CMSServlet.renderException(CMSRequest cmsReq, EBaseException e)
          Output exception (unexpected error) template This is different from other templates in that if an exception occurs while rendering the exception a message is printed out directly.
 void CMSServlet.renderFinalError(CMSRequest cmsReq, java.lang.Exception ex)
           
protected  void CMSServlet.renderResult(CMSRequest cmsReq)
          Output a template.
protected  void PortsServlet.renderResult(CMSRequest cmsReq)
           
protected  void CMSServlet.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.cert
 

Methods in com.netscape.cms.servlet.cert that return CMSRequest
protected  CMSRequest DisableEnrollResult.newCMSRequest()
           
protected  CMSRequest DisplayHashUserEnroll.newCMSRequest()
           
protected  CMSRequest EnableEnrollResult.newCMSRequest()
           
protected  CMSRequest GetEnableStatus.newCMSRequest()
           
 

Methods in com.netscape.cms.servlet.cert with parameters of type CMSRequest
protected  void EnrollServlet.addAdminAgent(CMSRequest cmsReq, netscape.security.x509.X509CertImpl[] issuedCerts)
           
protected  void EnrollServlet.checkAdminEnroll(CMSRequest cmsReq, netscape.security.x509.X509CertImpl[] issuedCerts)
          check if this is first enroll from admin enroll.
 CMSTemplateParams ImportCertsTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
           
 CMSTemplateParams ImportCertsTemplateFiller.getX509TemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
           
protected  void CMCRevReqServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void ChallengeRevocationServlet1.process(CMSRequest cmsReq)
          Process the HTTP request.
 void CloneRedirect.process(CMSRequest cmsReq)
          Serves HTTP request.
protected  void DirAuthServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void DisableEnrollResult.process(CMSRequest cmsReq)
          Services the request
 void DisplayBySerial.process(CMSRequest cmsReq)
          Serves HTTP request.
 void DisplayCRL.process(CMSRequest cmsReq)
          Process the HTTP request http.param crlIssuingPoint number http.param crlDisplayType entireCRL or crlHeader or base64Encoded or deltaCRL http.param pageStart which page to start displaying from http.param pageSize number of entries to show per page
protected  void DisplayHashUserEnroll.process(CMSRequest cmsReq)
          Services the request
 void DoRevoke.process(CMSRequest cmsReq)
          Serves HTTP request.
 void DoRevokeTPS.process(CMSRequest cmsReq)
          Serves HTTP request.
 void DoUnrevoke.process(CMSRequest cmsReq)
          Process the HTTP request.
 void DoUnrevokeTPS.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void EnableEnrollResult.process(CMSRequest cmsReq)
          Services the request
protected  void EnrollServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GetBySerial.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetCAChain.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetCRL.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetCertFromRequest.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetEnableStatus.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GetInfo.process(CMSRequest cmsReq)
          XXX Process the HTTP request.
protected  void HashEnrollServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ListCerts.process(CMSRequest cmsReq)
          Process the HTTP request.
 void Monitor.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ReasonToRevoke.process(CMSRequest cmsReq)
          Process the HTTP request.
 void RemoteAuthConfig.process(CMSRequest cmsReq)
          Serves HTTPS request.
protected  void RenewalServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void RevocationServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void SrchCerts.process(CMSRequest cmsReq)
          Serves HTTP request.
 void UpdateCRL.process(CMSRequest cmsReq)
          Process the HTTP request.
 void UpdateDir.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void EnrollServlet.processX509(CMSRequest cmsReq)
          Process X509 certificate enrollment request (Certificate Request - either an "admin" cert request for an admin certificate, an "agent" cert request for "bulk enrollment", or an "EE" standard cert request) (Certificate Request Processed - either an automated "admin" non-profile based CA admin cert acceptance, an automated "admin" non-profile based CA admin cert rejection, an automated "EE" non-profile based cert acceptance, or an automated "EE" non-profile based cert rejection) signed.audit LOGGING_SIGNED_AUDIT_NON_PROFILE_CERT_REQUEST used when a non-profile cert request is made (before approval process) signed.audit LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED used when a certificate request has just been through the approval process
protected  void HashEnrollServlet.processX509(CMSRequest cmsReq)
           
protected  void EnrollServlet.renderServerEnrollResult(CMSRequest cmsReq)
           
protected  void HashEnrollServlet.renderServerEnrollResult(CMSRequest cmsReq)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.common
 

Methods in com.netscape.cms.servlet.common with parameters of type CMSRequest
 CMSTemplateParams GenErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams GenPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams GenRejectedTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
           
 CMSTemplateParams GenSuccessTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams GenSvcPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams GenUnauthorizedTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams GenUnexpectedErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 CMSTemplateParams ICMSTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, java.util.Locale locale, java.lang.Exception e)
           
 CMSTemplateParams IndexTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, java.util.Locale locale, java.lang.Exception e)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.connector
 

Methods in com.netscape.cms.servlet.connector with parameters of type CMSRequest
 void GenerateKeyPairServlet.process(CMSRequest cmsReq)
           
 void TokenKeyRecoveryServlet.process(CMSRequest cmsReq)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.csadmin
 

Methods in com.netscape.cms.servlet.csadmin with parameters of type CMSRequest
protected  void CheckIdentity.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void DownloadPKCS12.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetCertChain.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetConfigEntries.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetCookie.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetDomainXML.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetStatus.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetSubsystemCert.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetTokenInfo.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetTransportCert.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void ImportTransportCert.process(CMSRequest cmsReq)
          Process the HTTP request.
 void MainPageServlet.process(CMSRequest cmsReq)
           
protected  void RegisterUser.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void TokenAuthenticate.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void UpdateConnector.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void UpdateDomainXML.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void UpdateNumberRange.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void UpdateOCSPConfig.process(CMSRequest cmsReq)
           
protected  void CheckIdentity.renderResult(CMSRequest cmsReq)
           
protected  void DownloadPKCS12.renderResult(CMSRequest cmsReq)
           
protected  void GetCertChain.renderResult(CMSRequest cmsReq)
           
protected  void GetConfigEntries.renderResult(CMSRequest cmsReq)
           
protected  void GetDomainXML.renderResult(CMSRequest cmsReq)
           
protected  void GetStatus.renderResult(CMSRequest cmsReq)
           
protected  void GetSubsystemCert.renderResult(CMSRequest cmsReq)
           
protected  void GetTokenInfo.renderResult(CMSRequest cmsReq)
           
protected  void GetTransportCert.renderResult(CMSRequest cmsReq)
           
protected  void ImportTransportCert.renderResult(CMSRequest cmsReq)
           
protected  void RegisterUser.renderResult(CMSRequest cmsReq)
           
protected  void TokenAuthenticate.renderResult(CMSRequest cmsReq)
           
protected  void UpdateConnector.renderResult(CMSRequest cmsReq)
           
protected  void UpdateDomainXML.renderResult(CMSRequest cmsReq)
           
protected  void UpdateNumberRange.renderResult(CMSRequest cmsReq)
           
protected  void UpdateOCSPConfig.renderResult(CMSRequest cmsReq)
           
protected  void DownloadPKCS12.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void GetDomainXML.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void GetTransportCert.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void ImportTransportCert.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void RegisterUser.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void UpdateConnector.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void UpdateDomainXML.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void UpdateNumberRange.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
protected  void UpdateOCSPConfig.renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.key
 

Methods in com.netscape.cms.servlet.key with parameters of type CMSRequest
 void ConfirmRecoverBySerial.process(CMSRequest cmsReq)
          Serves HTTP request.
 void DisplayBySerial.process(CMSRequest cmsReq)
          Process the HTTP request.
 void DisplayBySerialForRecovery.process(CMSRequest cmsReq)
          Process the HTTP request.
 void DisplayTransport.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ExamineRecovery.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GetApprovalStatus.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GetAsyncPk12.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GetPk12.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GrantAsyncRecovery.process(CMSRequest cmsReq)
          Process the HTTP request.
 void GrantRecovery.process(CMSRequest cmsReq)
          Process the HTTP request.
 void RecoverBySerial.process(CMSRequest cmsReq)
          Serves HTTP request.
 void SrchKey.process(CMSRequest cmsReq)
          Process the HTTP request.
 void SrchKeyForRecovery.process(CMSRequest cmsReq)
          Process the HTTP request.
 

Uses of CMSRequest in com.netscape.cms.servlet.ocsp
 

Methods in com.netscape.cms.servlet.ocsp with parameters of type CMSRequest
protected  void AddCAServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void AddCRLServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void CheckCertServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void GetOCSPInfo.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void ListCAServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
protected  void OCSPServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 

Uses of CMSRequest in com.netscape.cms.servlet.processors
 

Fields in com.netscape.cms.servlet.processors declared as CMSRequest
protected  CMSRequest PKIProcessor.mRequest
           
 

Methods in com.netscape.cms.servlet.processors with parameters of type CMSRequest
 void CMCProcessor.process(CMSRequest cmsReq)
           
 void CRMFProcessor.process(CMSRequest cmsReq)
           
 void IPKIProcessor.process(CMSRequest cmsReq)
           
 void KeyGenProcessor.process(CMSRequest cmsReq)
           
 void PKCS10Processor.process(CMSRequest cmsReq)
           
 void PKIProcessor.process(CMSRequest cmsReq)
           
 

Constructors in com.netscape.cms.servlet.processors with parameters of type CMSRequest
CMCProcessor(CMSRequest cmsReq, CMSServlet servlet, boolean doEnforcePop)
           
CRMFProcessor(CMSRequest cmsReq, CMSServlet servlet, boolean doEnforcePop)
           
KeyGenProcessor(CMSRequest cmsReq, CMSServlet servlet)
           
PKCS10Processor(CMSRequest cmsReq, CMSServlet servlet)
           
PKIProcessor(CMSRequest cmsReq, CMSServlet servlet)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.profile
 

Methods in com.netscape.cms.servlet.profile with parameters of type CMSRequest
 void ProfileApproveServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProfileListServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProfileProcessServlet.process(CMSRequest cmsReq)
           
 void ProfileReviewServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProfileSelectServlet.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProfileSubmitCMCServlet.process(CMSRequest cmsReq)
          Process the HTTP request (Certificate Request Processed - either an automated "EE" profile based cert acceptance, or an automated "EE" profile based cert rejection) http.param profileId ID of profile to use to process request signed.audit LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED used when a certificate request has just been through the approval process
 void ProfileSubmitServlet.process(CMSRequest cmsReq)
          Process the HTTP request (Certificate Request Processed - either an automated "EE" profile based cert acceptance, or an automated "EE" profile based cert rejection) http.param profileId ID of profile to use to process request signed.audit LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED used when a certificate request has just been through the approval process
protected  void ProfileServlet.renderResult(CMSRequest cmsReq)
           
 

Uses of CMSRequest in com.netscape.cms.servlet.request
 

Methods in com.netscape.cms.servlet.request that return CMSRequest
 CMSRequest CheckRequest.newCMSRequest()
           
 CMSRequest QueryReq.newCMSRequest()
           
 

Methods in com.netscape.cms.servlet.request with parameters of type CMSRequest
protected  int ProcessCertReq.grant_privileges(CMSRequest cmsReq, IRequest req, java.security.cert.Certificate[] certs, IArgBlock header)
           
 void CheckRequest.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProcessCertReq.process(CMSRequest cmsReq)
          Process the HTTP request.
 void ProcessReq.process(CMSRequest cmsReq)
          Process the HTTP request.
 void QueryReq.process(CMSRequest cmsReq)
          Process the HTTP request.
 void SearchReqs.process(CMSRequest cmsReq)
          Serves HTTP request.
 

Uses of CMSRequest in com.netscape.cms.servlet.tks
 

Methods in com.netscape.cms.servlet.tks with parameters of type CMSRequest
 void TokenServlet.process(CMSRequest cmsReq)