Class AdminLoginController

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

    @WebServlet(name="adminLogin",
                urlPatterns="/admin/login")
    public class AdminLoginController
    extends FreemarkerHttpServlet
    Provide a "hidden" login page for systems where the Login Widget has been modified to only show the link to an External Authentication system. This page is only hidden because there is no link to it. Anyone who knows the URL can come here, but they need to pass Internal Authentication to proceed.
    See Also:
    Serialized Form