Uses of Class
com.netscape.cms.servlet.common.CMSRequest
Packages that use CMSRequest
Package
Description
-
Uses of CMSRequest in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return CMSRequestModifier and TypeMethodDescriptionprotected CMSRequest
CMSServlet.newCMSRequest()
Create a new CMSRequest object.IndexServlet.newCMSRequest()
Methods in com.netscape.cms.servlet.base with parameters of type CMSRequestModifier and TypeMethodDescriptionCMSServlet.authenticate
(CMSRequest req) CMSServlet.authenticate
(CMSRequest req, 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, Exception ex) protected void
CMSServlet.renderResult
(CMSRequest cmsReq) Output a template.protected void
PortsServlet.renderResult
(CMSRequest cmsReq) protected void
CMSServlet.renderTemplate
(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) -
Uses of CMSRequest in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that return CMSRequestModifier and TypeMethodDescriptionprotected CMSRequest
DisableEnrollResult.newCMSRequest()
protected CMSRequest
DisplayHashUserEnroll.newCMSRequest()
protected CMSRequest
EnableEnrollResult.newCMSRequest()
Methods in com.netscape.cms.servlet.cert with parameters of type CMSRequestModifier and TypeMethodDescriptionprotected void
DirAuthServlet.process
(CMSRequest cmsReq) Process the HTTP request.protected void
DisableEnrollResult.process
(CMSRequest cmsReq) Services the requestprotected void
DisplayHashUserEnroll.process
(CMSRequest cmsReq) Services the requestprotected void
EnableEnrollResult.process
(CMSRequest cmsReq) Services the requestvoid
RemoteAuthConfig.process
(CMSRequest cmsReq) Serves HTTPS request. -
Uses of CMSRequest in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type CMSRequestModifier and TypeMethodDescriptionGenErrorTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenPendingTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenRejectedTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) GenSuccessTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenSvcPendingTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenUnauthorizedTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenUnexpectedErrorTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.ICMSTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority mAuthority, Locale locale, Exception e) IndexTemplateFiller.getTemplateParams
(CMSRequest cmsReq, IAuthority mAuthority, Locale locale, Exception e) -
Uses of CMSRequest in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin with parameters of type CMSRequestModifier and TypeMethodDescriptionprotected void
CheckIdentity.process
(CMSRequest cmsReq) Process the HTTP request.protected void
DownloadPKCS12.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
GetStatus.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
UpdateDomainXML.process
(CMSRequest cmsReq) Process the HTTP request.protected void
UpdateNumberRange.process
(CMSRequest cmsReq) Process the HTTP request.protected void
GetCookie.processImpl
(CMSRequest cmsReq) protected void
CheckIdentity.renderResult
(CMSRequest cmsReq) protected void
DownloadPKCS12.renderResult
(CMSRequest cmsReq) protected void
GetConfigEntries.renderResult
(CMSRequest cmsReq) protected void
GetStatus.renderResult
(CMSRequest cmsReq) protected void
RegisterUser.renderResult
(CMSRequest cmsReq) protected void
TokenAuthenticate.renderResult
(CMSRequest cmsReq) protected void
UpdateDomainXML.renderResult
(CMSRequest cmsReq) protected void
UpdateNumberRange.renderResult
(CMSRequest cmsReq) protected void
DownloadPKCS12.renderTemplate
(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected void
RegisterUser.renderTemplate
(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected void
UpdateDomainXML.renderTemplate
(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected void
UpdateNumberRange.renderTemplate
(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) -
Uses of CMSRequest in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp with parameters of type CMSRequestModifier and TypeMethodDescriptionprotected void
GetOCSPInfo.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 CMSRequestMethods in com.netscape.cms.servlet.processors with parameters of type CMSRequestModifier and TypeMethodDescriptionvoid
CMCProcessor.process
(CMSRequest cmsReq) void
CRMFProcessor.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 CMSRequestModifierConstructorDescriptionCMCProcessor
(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.request
Methods in com.netscape.cms.servlet.request that return CMSRequestMethods in com.netscape.cms.servlet.request with parameters of type CMSRequestModifier and TypeMethodDescriptionvoid
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.cmscore.apps
Fields in com.netscape.cmscore.apps with type parameters of type CMSRequestModifier and TypeFieldDescriptionstatic Hashtable<CMSRequest,
javax.servlet.Servlet> CommandQueue.mCommandQueue
Methods in com.netscape.cmscore.apps with parameters of type CMSRequestModifier and TypeMethodDescriptionboolean
CommandQueue.registerProcess
(CMSRequest currentRequest, javax.servlet.Servlet currentServlet) Registers a thread into the command queue.