Class IdUViewEmailRemoveRun
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdCommonInstrumentedServlet
com.io7m.idstore.server.user_view.IdUViewAuthenticatedServlet
com.io7m.idstore.server.user_view.IdUViewEmailRemoveRun
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
The page that executes the email removal.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUViewEmailRemoveRun(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The page that executes the email removal. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidserviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionUser session) Methods inherited from class com.io7m.idstore.server.user_view.IdUViewAuthenticatedServlet
database, service, services, strings, user, userId, userSessionMethods inherited from class com.io7m.idstore.server.http.IdCommonInstrumentedServlet
serviceMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModifiedMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
IdUViewEmailRemoveRun
public IdUViewEmailRemoveRun(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The page that executes the email removal.- Parameters:
inServices- The service directory
-
-
Method Details
-
serviceAuthenticated
protected void serviceAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, IdSessionUser session) throws IOException, jakarta.servlet.ServletException - Specified by:
serviceAuthenticatedin classIdUViewAuthenticatedServlet- Throws:
IOExceptionjakarta.servlet.ServletException
-