FileDocCategorySizeDatePackage
AuthenticationServlet.javaAPI DocApache Lucene 2.1.01900Wed Feb 14 10:46:04 GMT 2007org.apache.lucene.gdata.servlet

AuthenticationServlet

public class AuthenticationServlet extends HttpServlet
REST interface for handling authentification requests from clients to get a auth token either as a cookie or as a plain auth token. This Servlet uses a single {@link org.apache.lucene.gdata.servlet.handler.AuthenticationHandler} instance to handle the incoming requests.
author
Simon Willnauer

Fields Summary
private final org.apache.lucene.gdata.servlet.handler.AuthenticationHandler
handler
private static final long
serialVersionUID
Constructors Summary
Methods Summary
protected voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

        this.handler.processRequest(request, response);