Class LoginServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class LoginServlet extends HttpServlet
This servlet starts the authentication workflow and redirects back to a given URL afterward.

The target page is given in the Utils.RETURN_TO_PARAMETER_NAME request parameter. It should be given as an absolute path (possibly with a query string), though a full URL would be accepted as long as it's the same origin.

See Also: