![]() |
Sun Java System Identity Server 2004Q2 Sample |
Administration Console SamplesThe Administration Console samples are intended to help understand how the console can be customized. There are couple of samples provided in this directory that explains the Sun Java System Application Framework(JATO) methodology that's been used in console. These samples also explain the role of viewbeans, models and JSPs.
The Java classes are extended from the Console APIs and new JSP files are added. In some samples, alterating the service XML and property files is necessary. Current samples:1. Build a user interface to allow a user to change his password (see the ChangeUserPassword sample).2. Build a user interface to move a user from one organization to another (see the MoveUser sample). 3. Add a new tab to the header view (see the NewTab sample). 4. Display the parameters passed to AMConsoleListener class (see the ConsoleEventListener sample). 5. Create a custom user profile view to replace the default view (see the UserProfile sample). 6. Create a custom user profile that demonstrates how to use the tab user interface component (see the TabComponent sample). 7. Build a plugin interface that allows a customer to write their own notification mechanism, when user's password is reset through the "Password Reset" module (see the NotifyPassword sample). 8. Build a plugin interface that allows a customer to write their own random password generation mechanism (see the PasswordGenerator sample). |