- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@Service(value=javax.servlet.Servlet.class)
@Property(name="service.description",value="Authenticator Logout Servlet") @Property(name="service.vendor",value="The Apache Software Foundation") @Property(name="sling.servlet.methods",value={"GET","POST"},label="Method",description="Supported Methdos",unbounded=ARRAY)
public class LogoutServlet
extends org.apache.sling.api.servlets.SlingAllMethodsServlet
The LogoutServlet
lets the Authenticator
do the logout.
- See Also:
- Serialized Form