Class AbstractAuthenticationFormServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public abstract class AbstractAuthenticationFormServlet extends HttpServlet
The AbstractAuthenticationFormServlet provides a basic implementation of a simple servlet to render a login form for authentication purposes.
See Also:
  • Field Details

    • DEFAULT_FORM_PATH

      public static final String DEFAULT_FORM_PATH
      The path to the default login form.
      See Also:
    • CUSTOM_FORM_PATH

      public static final String CUSTOM_FORM_PATH
      The path to the custom login form.
      See Also:
  • Constructor Details

    • AbstractAuthenticationFormServlet

      public AbstractAuthenticationFormServlet()