|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
org.apache.sling.api.servlets.SlingAllMethodsServlet
org.apache.sling.auth.core.impl.LoginServlet
@Service(value=javax.servlet.Servlet.class) @Properties(value={@Property(name="service.description",value="Authenticator Login Servlet"),@Property(name="service.vendor",value="The Apache Software Foundation"),@Property(name="sling.servlet.methods",value={"GET","POST"})}) public class LoginServlet
The LoginServlet
lets the Authenticator do the login.
Field Summary | |
---|---|
static java.lang.String |
SERVLET_PATH
The servlet is registered on this path, and the authenticator allows any requests to that path, without authentication |
Constructor Summary | |
---|---|
LoginServlet()
|
Method Summary | |
---|---|
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 |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Property(name="sling.servlet.paths") public static final java.lang.String SERVLET_PATH
Constructor Detail |
---|
public LoginServlet()
Method Detail |
---|
protected void service(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws java.io.IOException
service
in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |