edu.jhu.tmaj.client.admin
Class AssignPasswordDialog

java.lang.Object
  extended by edu.jhu.tmaj.client.admin.AssignPasswordDialog

public class AssignPasswordDialog
extends java.lang.Object

A JFrame that allows administrators to assign "good" passwords (random, 6+ characters) to new users. The frame suggests a password for the user and the administrator generally copies it to the clipboard,emails it to the user, and finally clicks the Accept Button. No changes are made until the Accept Button is pressed.


Method Summary
static void displayDialog(UserBean userBean, java.awt.Component parent_component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

displayDialog

public static void displayDialog(UserBean userBean,
                                 java.awt.Component parent_component)