org.powertac.common.msg
Class LoginRequestCmd

java.lang.Object
  extended by org.powertac.common.msg.LoginRequestCmd

public class LoginRequestCmd
extends Object

Command object to be used by brokers to log in to the web-app

Author:
David Dauer

Constructor Summary
LoginRequestCmd(String un, String pw)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginRequestCmd

public LoginRequestCmd(String un,
                       String pw)
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2013. All Rights Reserved.