Class PasswordChangeServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
ch.tocco.nice2.web.core.api.auth.SecureServlet
ch.tocco.nice2.web.core.impl.servlet.req.AbstractJsonServlet
ch.tocco.nice2.web.core.impl.servlet.req.PasswordChangeServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
- See Also:
-
Field Summary
Fields inherited from class SecureServlet
runEnvironmentServiceFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
ConstructorsConstructorDescriptionPasswordChangeServlet(org.slf4j.Logger log, CredentialsRetrieverService credentialsRetrieverService, PasswordUpdateService passwordUpdateService, TextResources textResources, RunEnvironmentService runEnvironmentService, SecureSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessRequest(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) Methods inherited from class AbstractJsonServlet
doGet, doPost, newResponseMethods inherited from class SecureServlet
checkSecuredConnection, serviceMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
PasswordChangeServlet
@Lazy public PasswordChangeServlet(org.slf4j.Logger log, CredentialsRetrieverService credentialsRetrieverService, PasswordUpdateService passwordUpdateService, TextResources textResources, RunEnvironmentService runEnvironmentService, SecureSettings settings)
-
-
Method Details
-
processRequest
protected void processRequest(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException - Specified by:
processRequestin classAbstractJsonServlet- Throws:
IOException
-