public interface NotifyPassword
NotifyPassword
defines a set of methods
that are required to notify a user when a password is changed.Modifier and Type | Method and Description |
---|---|
void |
notifyPassword(AMIdentity user,
String password,
Locale locale)
Notifies user when password is changed.
|
void notifyPassword(AMIdentity user, String password, Locale locale) throws PWResetException
user
- User object.password
- new password.locale
- user locale.PWResetException
- if password cannot be notified.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.