Class RequestActivationCodeServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class RequestActivationCodeServlet
    extends javax.servlet.http.HttpServlet
    Created by sofia on 14/5/2018.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestActivationCodeServlet

        public RequestActivationCodeServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        IOException
      • getOidcHomeUrl

        public String getOidcHomeUrl()
      • setOidcHomeUrl

        public void setOidcHomeUrl​(String oidcHomeUrl)