Searched refs:getSecretQuestions (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModel.java63 public Map getSecretQuestions(String userDN, String orgDN); method in interface:PWResetQuestionModel
H A DPWResetQuestionModelImpl.java167 Map optionMap = getSecretQuestions(user, realm);
313 public Map getSecretQuestions(String uuid, String realm) { method in class:PWResetQuestionModelImpl
317 getSecretQuestions(user, realm);
319 debug.warning("PWResetQuestionModelImp.getSecretQuestions", e);
321 debug.error("PWResetQuestionModelImp.getSecretQuestions", e);
327 private Map getSecretQuestions(AMIdentity user, String realm) method in class:PWResetQuestionModelImpl
340 debug.error("PWResetQuestionModelImpl.getSecretQuestions", e);
570 Map map = getSecretQuestions(uuid, realm);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModel.java63 public Map getSecretQuestions(String userDN, String orgDN); method in interface:PWResetQuestionModel
H A DPWResetQuestionModelImpl.java167 Map optionMap = getSecretQuestions(user, realm);
313 public Map getSecretQuestions(String uuid, String realm) { method in class:PWResetQuestionModelImpl
317 getSecretQuestions(user, realm);
319 debug.warning("PWResetQuestionModelImp.getSecretQuestions", e);
321 debug.error("PWResetQuestionModelImp.getSecretQuestions", e);
327 private Map getSecretQuestions(AMIdentity user, String realm) method in class:PWResetQuestionModelImpl
340 debug.error("PWResetQuestionModelImpl.getSecretQuestions", e);
570 Map map = getSecretQuestions(uuid, realm);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionTiledView.java184 Map secretMap = model.getSecretQuestions(userDN, orgDN);
H A DPWResetQuestionViewBean.java275 Map map = model.getSecretQuestions(userDN, orgDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionTiledView.java180 Map<String, String> secretMap = model.getSecretQuestions(userDN, orgDN);
H A DPWResetQuestionViewBean.java275 Map map = model.getSecretQuestions(userDN, orgDN);

Completed in 35 milliseconds