Package com.sptci.system

UNIX system account password change application.

See:
          Description

Class Summary
Application The global application instance used to display the password change application to user.
ChangePasswordListener The action listener that is used to trigger the password change request using the telnet session with the server.
CommandExecutor The class that is used to interact with the system.
LoginController The controller for the LoginView.
LoginView The view component that displays the logic screen.
PasswordController The controller for the PasswordPane.
PasswordPane A view component that is used to display the change password form to the user.
Success A view component that is used to display a success message after the user modifies his password.
SuggestPasswordListener The action listener that is used to update PasswordPane.suggest with a recommended randomly generated password.
 

Exception Summary
AuthenticationFailedException A custom exception that is used to indicate that the user could not login successfully to the telnet server.
PasswordException A custom exception that is used to indicate that the user could not modify his password successfully.
 

Package com.sptci.system Description

UNIX system account password change application.