dsg.smart.simul
Class SmartLoginSimul

java.lang.Object
  extended bydsg.smart.SmartLogin
      extended bydsg.smart.simul.SmartLoginSimul

public class SmartLoginSimul
extends SmartLogin

Log into the simulated system system.


Constructor Summary
SmartLoginSimul()
           
 
Method Summary
 Session login(UserID userID, java.lang.String password)
          Log in for starters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartLoginSimul

public SmartLoginSimul()
Method Detail

login

public Session login(UserID userID,
                     java.lang.String password)
Description copied from class: SmartLogin
Log in for starters. This static class will encrypt the password before sending it over to SMART Central, which will check it, etc.

Specified by:
login in class SmartLogin