com.sun.identity.password.plugins
Interface NotifyPassword


public interface NotifyPassword

NotifyPassword defines a set of methods that are required to notify a user when a password is changed.


Method Summary
 void notifyPassword(AMUser user, java.lang.String password, java.util.Locale locale)
          Notifies user when password is changed.
 

Method Detail

notifyPassword

public void notifyPassword(AMUser user,
                           java.lang.String password,
                           java.util.Locale locale)
                    throws PWResetException
Notifies user when password is changed.

Parameters:
user - AMUser object
password - new password
locale - user locale
Throws:
PWResetException - if password cannot be notified


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.