org.apache.lucene.gdata.servlet
Class AuthenticationServlet
java.lang.Object
HttpServlet
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
|
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 |
AuthenticationServlet
public AuthenticationServlet()
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.