Class sun.server.util.PasswordChangeApplet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.util.PasswordChangeApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----sun.server.util.AlertableApplet
                                           |
                                           +----sun.server.util.PasswordChangeApplet

public class PasswordChangeApplet
extends AlertableApplet
An applet class presenting a dialog to change a password. It does the usual: asks for old and new passwords, and verifies the new one.

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.


Constructor Index

 o PasswordChangeApplet()

Method Index

 o action(Event, Object)
 o getAppletInfo()
 o getParameterInfo()
 o init()

Constructors

 o PasswordChangeApplet
  public PasswordChangeApplet()

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o action
  public boolean action(Event event,
                        Object arg)
Overrides:
action in class Component
 o getAppletInfo
  public String getAppletInfo()
Overrides:
getAppletInfo in class Applet
 o getParameterInfo
  public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index