Uses of Class
com.sptci.system.AuthenticationFailedException

Packages that use AuthenticationFailedException
com.sptci.system UNIX system account password change application. 
 

Uses of AuthenticationFailedException in com.sptci.system
 

Methods in com.sptci.system with parameters of type AuthenticationFailedException
(package private)  void LoginController.LoginListener.handleException(AuthenticationFailedException afex)
          Handles an AuthenticationFailedException when user enters invalid credentials.
private  void ChangePasswordListener.handleException(AuthenticationFailedException afex)
          Handle an AuthenticationFailedException that can be triggered when user attempts to change his password.
 

Methods in com.sptci.system that throw AuthenticationFailedException
 void CommandExecutor.connect(String password)
          Connect to the CommandExecutor.server via telnet and log the user to the system.
 void CommandExecutor.connect(String user, String password)
          Connect to the CommandExecutor.server via telnet and log the user to the system.
private  String CommandExecutor.readLoginResponse()
          Read the response from the server after a login attempt.