Package org.apache.sling.auth.core.impl
Class LoginServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- org.apache.sling.api.servlets.SlingAllMethodsServlet
-
- org.apache.sling.auth.core.impl.LoginServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class LoginServlet extends org.apache.sling.api.servlets.SlingAllMethodsServlet
TheLoginServlet
lets the Authenticator do the login.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVLET_PATH
The servlet is registered on this path, and the authenticator allows any requests to that path, without authentication
-
Constructor Summary
Constructors Constructor Description LoginServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
service(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet
doDelete, doPost, doPut, getAllowedRequestMethods, isMethodValid, mayService
-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service
-
-
-
-
Field Detail
-
SERVLET_PATH
public static final String SERVLET_PATH
The servlet is registered on this path, and the authenticator allows any requests to that path, without authentication- See Also:
- Constant Field Values
-
-
Method Detail
-
service
protected void service(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws IOException
- Overrides:
service
in classorg.apache.sling.api.servlets.SlingSafeMethodsServlet
- Throws:
IOException
-
-