org.apache.lucene.gdata.servlet
Class AuthenticationServlet

java.lang.Object
  extended by HttpServlet
      extended by org.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 AuthenticationHandler instance to handle the incoming requests.

Author:
Simon Willnauer

Constructor Summary
AuthenticationServlet()
           
 
Method Summary
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServlet

public AuthenticationServlet()
Method Detail

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.