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 SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoPost(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.HttpServletdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
SAML2Servletpublic SAML2Servlet()
 
- 
- 
Method Details- 
doPostprotected 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:
- doPostin class- jakarta.servlet.http.HttpServlet
- Parameters:
- req- HTTP request
- resp- HTTP response
- Throws:
- IOException- generic IO exception
 
 
-