Package userman

This module of the Environmental Simulation Project web application supports user management.

See:
          Description

Class Summary
HashedPassword This class allows the creation and comparing of hashed passwords.
LoginBean This is the bean class supporting logging into and registering with the application.
ManualConnection This class allows access to the optimization database without going through Glassfish configuration.
User This User class models Environmental Simulation Project web application users.
UserManager The UserManager bean class handles all aspects of logging in and registering.
Utilities Utility class not used by the web application.
 

Enum Summary
UserManager.Status An enumerated type for representing login and registration status.
 

Package userman Description

This module of the Environmental Simulation Project web application supports user management. For users, if fulfills two basic roles:

  1. Manages the logging in of all users and the entering of unauthenticated guests
  2. Supports system administrator tasks surrounding user registration, editing, etc.
For developers, this module provides beans and properties for other modules to gain access to information about the currently logged in user.