edu.ucsb.nceas.morpho.framework
Interface LoginClientInterface

All Known Implementing Classes:
ConnectionFrame

public interface LoginClientInterface

Interface used by LoginCommand to do callbacks to login client that called the LoginCommand.


Method Summary
 java.lang.String getPassword()
          gets the user-entered password from the client
 void setLoginSuccessful(boolean success)
          notifies client whether login was successful or not
 

Method Detail

getPassword

public java.lang.String getPassword()
gets the user-entered password from the client

Returns:
the user-entered password as a String

setLoginSuccessful

public void setLoginSuccessful(boolean success)
notifies client whether login was successful or not

Returns:
boolean flag indicating whether login was successful (true) or not (false)


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.