|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AddUserAction | This controller contains application logics for adding a user and persisting it to the database. |
LoginAction | This controller contains application logics for handling user login. |
LogoutAction | This controller contains application logics for handling user logout. |
PasswordChangeAction | This controller contains application logics for changing user password. |
RemoveUserAction | This controller contains application logics for removing a user from database. |
This package contains controllers for several actions: login, logout, change password, add user and remove user. The logic of each action is generic and uses interfaces of User and UserSession. The concrete classes of User and UserSession are defined in the Struts config file: struts-config.xml. For instructions of how to use these controllers, please read the installation manual.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |