|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.cert.RenewalServlet
public class RenewalServlet
Certificate Renewal
Field Summary | |
---|---|
static java.lang.String |
CERT_TYPE
|
static java.lang.String |
IMPORT_CERT
|
static java.lang.String |
RENEWAL_SUCCESS_TEMPLATE
|
static java.lang.String |
SERIAL_NO
|
Constructor Summary | |
---|---|
RenewalServlet()
|
Method Summary | |
---|---|
protected java.math.BigInteger |
getRenewedCert(ICertRecord certRec)
|
void |
init(javax.servlet.ServletConfig sc)
initialize the servlet. |
protected void |
process(CMSRequest cmsReq)
Process the HTTP request. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RENEWAL_SUCCESS_TEMPLATE
public static final java.lang.String CERT_TYPE
public static final java.lang.String SERIAL_NO
public static final java.lang.String IMPORT_CERT
Constructor Detail |
---|
public RenewalServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class CMSServlet
sc
- servlet configuration, read from the web.xml file
javax.servlet.ServletException
protected void process(CMSRequest cmsReq) throws EBaseException
process
in class CMSServlet
cmsReq
- the object holding the request and response information
EBaseException
- if the servlet was unable to satisfactorily
process the requestprotected java.math.BigInteger getRenewedCert(ICertRecord certRec) throws EBaseException
EBaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |