|
||||||||||
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.connector.TokenKeyRecoveryServlet
public class TokenKeyRecoveryServlet
TokenKeyRecoveryServlet handles "key recovery service" requests from the netkey TPS
Field Summary | |
---|---|
static int |
ERROR
|
protected IAuthority |
mAuthority
|
protected IAuthSubsystem |
mAuthSubsystem
|
protected javax.servlet.ServletConfig |
mConfig
|
static java.lang.String |
PROP_AUTHORITY
|
Constructor Summary | |
---|---|
TokenKeyRecoveryServlet()
Constructs TokenKeyRecovery servlet. |
Method Summary | |
---|---|
java.lang.String |
getServletInfo()
Returns serlvet information. |
void |
init(javax.servlet.ServletConfig config)
|
void |
process(CMSRequest cmsReq)
process an HTTP request. |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
XXX remember to check peer SSL cert and get RA id later Serves HTTP admin request. |
protected java.lang.String |
URLdecode(java.lang.String s)
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, 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 PROP_AUTHORITY
protected javax.servlet.ServletConfig mConfig
protected IAuthority mAuthority
public static int ERROR
protected IAuthSubsystem mAuthSubsystem
Constructor Detail |
---|
public TokenKeyRecoveryServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class CMSServlet
javax.servlet.ServletException
public java.lang.String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class javax.servlet.GenericServlet
protected java.lang.String URLdecode(java.lang.String s)
s
- The URL to decodepublic void process(CMSRequest cmsReq) throws EBaseException
CMSServlet
process
in class CMSServlet
EBaseException
- if the servlet was unable to satisfactorily
process the requestpublic void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
service
in class CMSServlet
req
- HTTP requestresp
- HTTP response
javax.servlet.ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |