Package org.apache.sling.auth.core.impl
Class LogoutServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- org.apache.sling.api.servlets.SlingAllMethodsServlet
-
- org.apache.sling.auth.core.impl.LogoutServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class LogoutServlet extends org.apache.sling.api.servlets.SlingAllMethodsServlet
TheLogoutServlet
lets the Authenticator do the logout.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LogoutServlet.Config
-
Field Summary
Fields Modifier and Type Field Description static String
SERVLET_PATH
The servlet is registered on this path.
-
Constructor Summary
Constructors Constructor Description LogoutServlet()
-
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.- See Also:
- Constant Field Values
-
-