|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.dalsemi.shell.server.Session.Login
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(java.lang.String userName,
java.lang.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 |
public Session.Login(java.lang.String userName, java.lang.String password)
userName
- the user's namepassword
- the user's password
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |