Class UserInfoServlet
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.UserInfoServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
Handles userinfo request.
- See Also:
-
Field Summary
Fields inherited from class ch.tocco.nice2.web.core.api.auth.SecureServlet
runEnvironmentService
-
Constructor Summary
ConstructorsConstructorDescriptionUserInfoServlet
(LocaleResolverService localeService, BusinessUnitManager businessUnitManager, PrincipalService principalService, RunEnvironmentService runEnvironmentService, SecureSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processRequest
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) Methods inherited from class ch.tocco.nice2.web.core.impl.servlet.req.AbstractJsonServlet
doGet, doPost, newResponse
Methods inherited from class ch.tocco.nice2.web.core.api.auth.SecureServlet
checkSecuredConnection, service
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service
-
Constructor Details
-
UserInfoServlet
@Lazy public UserInfoServlet(LocaleResolverService localeService, BusinessUnitManager businessUnitManager, PrincipalService principalService, RunEnvironmentService runEnvironmentService, SecureSettings settings)
-
-
Method Details
-
processRequest
protected void processRequest(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException, jakarta.servlet.ServletException - Specified by:
processRequest
in classAbstractJsonServlet
- Throws:
IOException
jakarta.servlet.ServletException
-