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