All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----sun.server.util.AlertableApplet
|
+----sun.server.util.PasswordChangeApplet
The awkward feature of this is handling of the password file ... which should actually be handled by a servlet, and be associated with a particular realm. No locking, etc.
public PasswordChangeApplet()
public void init()
public boolean action(Event event,
Object arg)
public String getAppletInfo()
public String[][] getParameterInfo()
All Packages Class Hierarchy This Package Previous Next Index