dsg.smart
Class SmartLogin

java.lang.Object
  extended bydsg.smart.SmartLogin
Direct Known Subclasses:
SmartLoginSimul

public abstract class SmartLogin
extends java.lang.Object

Class to allow the Smart Operator to log into the system.


Constructor Summary
SmartLogin()
           
 
Method Summary
abstract  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

SmartLogin

public SmartLogin()
Method Detail

login

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