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.HttpServletThis 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 SummaryConstructors Constructor Description SAML2Servlet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoPost(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.HttpServletdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
- 
 
- 
- 
- 
Method Detail- 
doPostprotected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws java.io.IOExceptionThis method provides the HTTP POST binding for the SAML response consumer.- Overrides:
- doPostin class- javax.servlet.http.HttpServlet
- Parameters:
- req- HTTP request
- resp- HTTP response
- Throws:
- java.io.IOException- generic IO exception
 
 
- 
 
-