|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.servlets.AuthenticateAction
This class performs authentication in the Project Billboard application.
Field Summary | |
private ActionUtils |
utils
|
Constructor Summary | |
AuthenticateAction()
|
Method Summary | |
void |
perform(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Autheticates a user with help from the EmployeeRegistryBean, using the "userName" and "password" request parameters. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ActionUtils utils
Constructor Detail |
public AuthenticateAction()
Method Detail |
public void perform(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
Cookies with the user name and password are set or reset as specified by the "remember" request parameter.
perform
in interface Action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |