Package org.web_auth.ui.action

This package contains controllers for several actions: login, logout, change password, add user and remove user.

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.
 

Package org.web_auth.ui.action Description

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.

Since:
WebAuth 1.0


Copyright © 2003 Zhengrong Tang. All Rights Reserved.