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:
java.io.Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public abstract class AbstractAuthenticationFormServlet extends javax.servlet.http.HttpServletTheAbstractAuthenticationFormServletprovides a basic implementation of a simple servlet to render a login form for authentication purposes.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCUSTOM_FORM_PATHThe path to the custom login form.static java.lang.StringDEFAULT_FORM_PATHThe path to the default login form.
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationFormServlet()
-
-
-
Field Detail
-
DEFAULT_FORM_PATH
public static final java.lang.String DEFAULT_FORM_PATH
The path to the default login form.- See Also:
getDefaultFormPath(), Constant Field Values
-
CUSTOM_FORM_PATH
public static final java.lang.String CUSTOM_FORM_PATH
The path to the custom login form.- See Also:
getCustomFormPath(), Constant Field Values
-
-