public class LoginServlet
extends org.openqa.grid.web.servlet.RegistryBasedServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
FORM_ID
Request parameter to perform login.
|
static String |
LOGOUT
Request parameter to perform logout.
|
static String |
PASSWORD
Request parameter that carries the password
|
static String |
USER_ID
Request parameter that carries the userid
|
| Constructor and Description |
|---|
LoginServlet() |
LoginServlet(org.openqa.grid.internal.Registry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String LOGOUT
public static final String FORM_ID
public static final String USER_ID
public static final String PASSWORD
public LoginServlet(org.openqa.grid.internal.Registry registry)
public LoginServlet()
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 PayPal Open Source. All rights reserved.