Searched refs:NotifyPassword (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DNotifyPassword.java25 * $Id: NotifyPassword.java,v 1.2 2008/06/25 05:43:41 qcheng Exp $
36 * <code>NotifyPassword</code> defines a set of methods
39 public interface NotifyPassword { interface
H A DEmailPassword.java54 public class EmailPassword implements NotifyPassword {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DNotifyPassword.java25 * $Id: NotifyPassword.java,v 1.2 2008/06/25 05:43:41 qcheng Exp $
36 * <code>NotifyPassword</code> defines a set of methods
39 public interface NotifyPassword { interface
H A DEmailPassword.java54 public class EmailPassword implements NotifyPassword {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModelImpl.java42 import com.sun.identity.password.plugins.NotifyPassword;
236 private NotifyPassword getNotifyPassword(String realm) {
237 NotifyPassword passwordNotify = null;
240 if ((obj != null) && (obj instanceof NotifyPassword)) {
241 passwordNotify = (NotifyPassword)obj;
272 NotifyPassword passwordNotify = getNotifyPassword(realm);
515 NotifyPassword passwordNotify,
538 NotifyPassword passwordNotify,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModelImpl.java42 import com.sun.identity.password.plugins.NotifyPassword;
236 private NotifyPassword getNotifyPassword(String realm) {
237 NotifyPassword passwordNotify = null;
240 if ((obj != null) && (obj instanceof NotifyPassword)) {
241 passwordNotify = (NotifyPassword)obj;
272 NotifyPassword passwordNotify = getNotifyPassword(realm);
515 NotifyPassword passwordNotify,
538 NotifyPassword passwordNotify,

Completed in 43 milliseconds