Package com.saperion.ngc.servlet
Class SAML2Servlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.saperion.ngc.servlet.SAML2Servlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class SAML2Servlet extends javax.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2Servlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
This method provides the HTTP POST binding for the SAML response consumer.-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws java.io.IOException
This method provides the HTTP POST binding for the SAML response consumer.- Overrides:
doPost
in classjavax.servlet.http.HttpServlet
- Parameters:
req
- HTTP requestresp
- HTTP response- Throws:
java.io.IOException
- generic IO exception
-
-