com.retek.rcom.gui.screen.login
Class LoginHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.login.LoginHandler

public class LoginHandler
extends ScreenHandler


Constructor Summary
LoginHandler(boolean isRcom)
           
 
Method Summary
 java.lang.String getPasswordComponentName()
           
 java.lang.String getUserIdComponentName()
           
 void login(java.lang.String username, char[] passwordChars)
           
 boolean loginFailedTooManyTimes()
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginHandler

public LoginHandler(boolean isRcom)
Method Detail

login

public void login(java.lang.String username,
                  char[] passwordChars)
           throws SystemException,
                  UiBusinessException
Throws:
SystemException
UiBusinessException

loginFailedTooManyTimes

public boolean loginFailedTooManyTimes()

getUserIdComponentName

public java.lang.String getUserIdComponentName()

getPasswordComponentName

public java.lang.String getPasswordComponentName()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28