Class 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
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAML2Servlet

        public SAML2Servlet()
    • 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 class javax.servlet.http.HttpServlet
        Parameters:
        req - HTTP request
        resp - HTTP response
        Throws:
        java.io.IOException - generic IO exception