Package org.apache.shale.usecases.profile

Log On and Edit Profile Dialogs.

See:
          Description

Class Summary
EditProfileActions Action methods for the Edit Profile dialog.
EditProfileState Dialog state information for the Edit Profile dialog.
LogonActions ViewController and action methods for the Logon dialog.
 

Package org.apache.shale.usecases.profile Description

Log On and Edit Profile Dialogs.

This package contains two dialogs (as supported by the package org.apache.shale.dialog):

Log On

The Log On dialog supports features typically required for application managed authentication, including the ability to ask for a "remember me" cookie, and to create a new profile. Detailed functionality is configured by setting the following managed bean properties on a bean named profile$logon:

The following state diagram documents the flow through this dialog:

The defined states have the following functionality:

Edit Profile

The Edit Profile dialog supports the ability to update the current profile (for a logged on user), or to create a new profile (if no user is currently logged on). Detailed functionality is configured by setting the following managed bean properties on a bean named profile$edit:

The following state diagram documents the flow through this dialog:

The defined states have the following functionality:



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.