Uses of Interface
com.netscape.certsrv.common.ICMSRequest
Packages that use ICMSRequest
Package
Description
-
Uses of ICMSRequest in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps with parameters of type ICMSRequestModifier and TypeMethodDescriptionbooleanICommandQueue.registerProcess(ICMSRequest currentRequest, javax.servlet.Servlet currentServlet) Registers a thread into the command queue. -
Uses of ICMSRequest in com.netscape.cms.servlet.common
Classes in com.netscape.cms.servlet.common that implement ICMSRequest -
Uses of ICMSRequest in com.netscape.cms.servlet.processors
Fields in com.netscape.cms.servlet.processors declared as ICMSRequestMethods in com.netscape.cms.servlet.processors with parameters of type ICMSRequestModifier and TypeMethodDescriptionvoidCMCProcessor.process(ICMSRequest cmsReq) voidCRMFProcessor.process(ICMSRequest cmsReq) voidIPKIProcessor.process(ICMSRequest cmsReq) voidKeyGenProcessor.process(ICMSRequest cmsReq) voidPKCS10Processor.process(ICMSRequest cmsReq) voidPKIProcessor.process(ICMSRequest cmsReq) Constructors in com.netscape.cms.servlet.processors with parameters of type ICMSRequestModifierConstructorDescriptionCMCProcessor(ICMSRequest cmsReq, CMSServlet servlet, boolean doEnforcePop) CRMFProcessor(ICMSRequest cmsReq, CMSServlet servlet, boolean doEnforcePop) KeyGenProcessor(ICMSRequest cmsReq, CMSServlet servlet) PKCS10Processor(ICMSRequest cmsReq, CMSServlet servlet) PKIProcessor(ICMSRequest cmsReq, CMSServlet servlet) -
Uses of ICMSRequest in com.netscape.cmscore.apps
Fields in com.netscape.cmscore.apps with type parameters of type ICMSRequestModifier and TypeFieldDescriptionstatic Hashtable<ICMSRequest, javax.servlet.Servlet> CommandQueue.mCommandQueueMethods in com.netscape.cmscore.apps with parameters of type ICMSRequestModifier and TypeMethodDescriptionbooleanCommandQueue.registerProcess(ICMSRequest currentRequest, javax.servlet.Servlet currentServlet)