Authentication Use Case w/ AUTH Library

This is a sample storyboard using AUTH storyboard library. The use cases, AUTH01 and AUTH02, for authentication are provided as a authlib.jar.

  Use Case: [UC01] Access Protected Page   [hide 
Brief
Description
The user accesses the protected page.
Actor Consumer user who may or may not log in the system.

  Use Case: [AUTH01] Log In   [hide 
Brief
Description
The user logs in the system.
Actor Consumer User who is not logged in the system yet.
  Use Case: [AUTH02] Forgot Password   [hide 
Brief
Description
The user tries to see own password.
Actor Consumer User who is not logged in the system yet.

How to create the library:
  1. Create WAR to be inluded in library.
  2. Compile the JSPs in the WAR and create JAR and web_xmlFragment.xml.
  3. Put the JAR in WEB-INF/lib of your project.
  4. Insert the contents in web_xmlFragment.xml into your web.xml.
  5. Create your WAR file and deploy it.