|
||||||||||
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.profile.ProfileServlet
com.netscape.cms.servlet.profile.ProfileSubmitCMCServlet
public class ProfileSubmitCMCServlet
This servlet submits end-user request into the profile framework.
Field Summary |
---|
Constructor Summary | |
---|---|
ProfileSubmitCMCServlet()
|
Method Summary | |
---|---|
IAuthToken |
authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request)
|
void |
init(javax.servlet.ServletConfig sc)
initialize the servlet. |
void |
process(CMSRequest cmsReq)
Process the HTTP request |
Methods inherited from class com.netscape.cms.servlet.profile.ProfileServlet |
---|
escapeJavaScriptString, escapeXML, getLocale, log, log, outputArgList, outputArgSet, outputArgString, outputArgValueAsXML, outputData, outputTemplate, outputThisAsXML, renderResult |
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 |
Constructor Detail |
---|
public ProfileSubmitCMCServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class ProfileServlet
sc
- servlet configuration, read from the web.xml file
javax.servlet.ServletException
public IAuthToken authenticate(IProfileAuthenticator authenticator, javax.servlet.http.HttpServletRequest request) throws EBaseException
EBaseException
public void process(CMSRequest cmsReq) throws EBaseException
(Certificate Request Processed - either an automated "EE" profile based cert acceptance, or an automated "EE" profile based cert rejection)
process
in class CMSServlet
cmsReq
- the object holding the request and response information
EBaseException
- an error has occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |