org.cofax.cms
Class CofaxToolsLogin


java.lang.Object

  |

  +--org.cofax.cms.CofaxToolsLogin


public class CofaxToolsLogin
extends java.lang.Object

CofaxToolsLogin: Verifies user information and populates the user (session) values if verification is true. Login is called upon user login and will be fulfilled only once per session.

Author:
Charles Harvey

Constructor Summary
CofaxToolsLogin()
           
 
Method Summary
static java.lang.String login(DataStore db, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session, java.lang.String login, java.lang.String password)
          Verify user information and populate the user (session) values if verification is true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CofaxToolsLogin


public CofaxToolsLogin()
Method Detail

login


public static java.lang.String login(DataStore db,

                                     javax.servlet.http.HttpServletRequest req,

                                     javax.servlet.http.HttpSession session,

                                     java.lang.String login,

                                     java.lang.String password)
Verify user information and populate the user (session) values if verification is true. Login is called upon user login and will be fulfilled only once per session.


Copyright 2001 KnightRidder.com. All Rights Reserved.