|
Class Summary |
| LoginAction |
The MVC controller, business logic, for retrieving the user's log-in information.
|
| LoginForm |
The MVC controller for validating the Log-In form data elements. |
| LogoffAction |
The MVC controller for managing the Log-Off process.
|
| LogoffForm |
The MVC controller validating the entries.
|
| ProfileCrtAction |
The MVC controller, business logic, for creating the user's profile information.
|
| ProfileCrtForm |
The MVC controller for validating the creating of the User Profile form data elements.
|
| ProfileUpdAction |
The MVC controller, business logic, for updating the user's profile information.
|
| ProfileUpdForm |
The MVC controller for validating the updating of the User Profile form data elements.
|
| SecureUserBean |
Secure a user log-in record from the SecureUserBean table.
|
| SecureUserEJBConnectionBean |
Access the SecureUser table using an EJB connection. |
| UserProfileBean |
Access a User's profile information from the UserProfile table.
|
| UserProfileEJBConnectionBean |
Access the UserProfile table using an EJB connection. |