public class PasswordChangeServlet
extends javax.servlet.http.HttpServlet
LoginServlet| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_PASSWORD_1
Form parameter for the new password (first entry)
|
static String |
NEW_PASSWORD_2
Form parameter for the new password (second entry)
|
static String |
OLD_PASSWORD
Form parameter for the old password
|
static String |
RESOURCE_PAGE_FILE
Resource path to the password change html template file
|
| Constructor and Description |
|---|
PasswordChangeServlet() |
| 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 req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String RESOURCE_PAGE_FILE
public static final String OLD_PASSWORD
public static final String NEW_PASSWORD_1
public static final String NEW_PASSWORD_2
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 req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 PayPal Open Source. All rights reserved.