Package org.apache.sling.auth.core.spi
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
The
AbstractAuthenticationFormServlet provides a basic
implementation of a simple servlet to render a login form for authentication
purposes.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.http.HttpServlet
serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
DEFAULT_FORM_PATH
The path to the default login form.- See Also:
-
CUSTOM_FORM_PATH
The path to the custom login form.- See Also:
-
-
Constructor Details
-
AbstractAuthenticationFormServlet
public AbstractAuthenticationFormServlet()
-