Searched defs:getSecretQuestions (Results 1 - 4 of 4) 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);

Completed in 47 milliseconds