Sun Java System Access Manager version 6 2005Q1
Sample
 

Main Page

Administration Console Samples


1. Introduction

The 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 ONE Application Framework(JATO) methodology that's been used in console. These samples also explain the role of viewbeans, models and JSPs.

In the all samples, we shall use $AM_INSTALL_DIR to indicate the Access Manager's installation directory. The default installation directory for Solaris Operating System is /opt/SUNWam and for Linux Operating System is /opt/sun/identity.

NOTE: 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.


2. Current Samples

  1. Build a user interface to move a user from one organization to another (see the MoveUser sample).
  2. Add a new tab to the header view (see the NewTab sample).
  3. Display the parameters passed to AMConsoleListener class (see the ConsoleEventListener sample).
  4. Create a custom user profile view to replace the default view (see the UserProfile sample).
  5. Create a custom user profile that demonstrates how to use the tab user interface component (see the TabComponent sample).
  6. 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).
  7. Build a plugin interface that allows a customer to write their own random password generation mechanism (see the PasswordGenerator sample).


End of Sample