jhomenet.shell.server
Class Session.Login

java.lang.Object
  extended by jhomenet.shell.server.Session.Login
Enclosing class:
Session

protected class Session.Login
extends java.lang.Object

Encapsulates all of the information needed to log a user into the system. This includes the user's location and password.


Constructor Summary
Session.Login(java.lang.String userName, java.lang.String password)
          Stores the user's location and password.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session.Login

public Session.Login(java.lang.String userName,
                     java.lang.String password)
Stores the user's location and password.

Parameters:
userName - the user's location
password - the user's password


Copyright © 2004-2005 David Irwin. All Rights Reserved.