public class EmailPassword extends Object implements NotifyPassword
EmailPassword
defines a set of methods
that are required to notify a user when a password is changed.Constructor and Description |
---|
EmailPassword() |
Modifier and Type | Method and Description |
---|---|
void |
notifyPassword(AMIdentity user,
String password,
Locale locale)
Notifies user when password is changed.
|
public void notifyPassword(AMIdentity user, String password, Locale locale) throws PWResetException
notifyPassword
in interface NotifyPassword
user
- AMIdentity
objectpassword
- new passwordlocale
- user localePWResetException
- if password cannot be notifiedCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.