Package com.saperion.ngc.servlet
Class SAML2Servlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.saperion.ngc.servlet.SAML2Servlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
public class SAML2Servlet
extends jakarta.servlet.http.HttpServlet
This servlet provides the SAML 2.0 assertion receiver POST binding. The SAML response is not
validated by the web client but is sent to the JCS to be validated when the user is logged on.
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doPost
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) This method provides the HTTP POST binding for the SAML response consumer.Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
SAML2Servlet
public SAML2Servlet()
-
-
Method Details
-
doPost
protected void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException This method provides the HTTP POST binding for the SAML response consumer.- Overrides:
doPost
in classjakarta.servlet.http.HttpServlet
- Parameters:
req
- HTTP requestresp
- HTTP response- Throws:
IOException
- generic IO exception
-