com.dalsemi.shell.server
Class Session.Login

java.lang.Object
  |
  +--com.dalsemi.shell.server.Session.Login
Enclosing class:
Session

protected class Session.Login
extends Object

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


Constructor Summary
Session.Login(String userName, String password)
          Stores the user's name and password.
 
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(String userName,
                     String password)
Stores the user's name and password.
Parameters:
userName - the user's name
password - the user's password