/forgerock/openam-v13/openam-selfservice/src/test/java/org/forgerock/openam/selfservice/config/beans/ |
H A D | SecurityQuestionTransformerTest.java | 47 Set<String> questions = asSet("123|en|Some question", "abc|fr|Another question"); 50 Map<String, Map<String, String>> parsedQuestions = securityQuestionTransformer.transform(questions, Map.class); 60 Set<String> questions = asSet("en|Some question", "fr-Another question"); 63 securityQuestionTransformer.transform(questions, Map.class);
|
/forgerock/openam/openam-selfservice/src/test/java/org/forgerock/openam/selfservice/config/beans/ |
H A D | SecurityQuestionTransformerTest.java | 47 Set<String> questions = asSet("123|en|Some question", "abc|fr|Another question"); 50 Map<String, Map<String, String>> parsedQuestions = securityQuestionTransformer.transform(questions, Map.class); 60 Set<String> questions = asSet("en|Some question", "fr-Another question"); 63 securityQuestionTransformer.transform(questions, Map.class);
|
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/ |
H A D | Main.java | 82 private static List questions = new ArrayList(); field in class:Main 86 questions.add(TAG_DEBUG_DIR); 87 questions.add(TAG_APPLICATION_PASSWD); 88 questions.add(TAG_SERVER_PROTOCOL); 89 questions.add(TAG_SERVER_HOST); 90 questions.add(TAG_SERVER_PORT); 91 questions.add(TAG_DEPLOY_URI); 92 questions.add(TAG_NAMING_URL); 162 for (Iterator i = questions.iterator(); i.hasNext(); ) {
|
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/ |
H A D | SetupClientSDKSamples.java | 86 private static List questions = new ArrayList(); field in class:SetupClientSDKSamples 90 questions.add(TAG_DEBUG_DIR); 91 questions.add(TAG_APPLICATION_PASSWD); 92 questions.add(TAG_SERVER_PROTOCOL); 93 questions.add(TAG_SERVER_HOST); 94 questions.add(TAG_SERVER_PORT); 95 questions.add(TAG_DEPLOY_URI); 96 questions.add(TAG_NAMING_URL); 139 for (Iterator i = questions.iterator(); i.hasNext(); ) {
|
/forgerock/openam/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/ |
H A D | Main.java | 82 private static List questions = new ArrayList(); field in class:Main 86 questions.add(TAG_DEBUG_DIR); 87 questions.add(TAG_APPLICATION_PASSWD); 88 questions.add(TAG_SERVER_PROTOCOL); 89 questions.add(TAG_SERVER_HOST); 90 questions.add(TAG_SERVER_PORT); 91 questions.add(TAG_DEPLOY_URI); 92 questions.add(TAG_NAMING_URL); 162 for (Iterator i = questions.iterator(); i.hasNext(); ) {
|
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/ |
H A D | SetupClientSDKSamples.java | 86 private static List questions = new ArrayList(); field in class:SetupClientSDKSamples 90 questions.add(TAG_DEBUG_DIR); 91 questions.add(TAG_APPLICATION_PASSWD); 92 questions.add(TAG_SERVER_PROTOCOL); 93 questions.add(TAG_SERVER_HOST); 94 questions.add(TAG_SERVER_PORT); 95 questions.add(TAG_DEPLOY_URI); 96 questions.add(TAG_NAMING_URL); 139 for (Iterator i = questions.iterator(); i.hasNext(); ) {
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/ |
H A D | UMUserPasswordResetOptionsModelImpl.java | 94 Set questions = getAttributeValues( 97 if ((questions != null) && !questions.isEmpty()) { 98 mapQuestions = new HashMap(questions.size() *2); 102 for (Iterator iter = questions.iterator(); iter.hasNext(); ) { 115 "there were no questions defined for this user"); 286 * Returns user's answers for password reset questions. 289 * @return user's answers for password reset questions. 299 Set questions = amid.getAttribute(PW_RESET_QUESTION_ANSWER); 301 return getUserPasswordResetAnswers(amid, questions); 315 getUserPasswordResetAnswers(AMIdentity amid, Set questions) argument 371 parseUserQuestionAnswers( Set questions, boolean showUserQn, Map localizedQuestions ) argument [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/ |
H A D | UMUserPasswordResetOptionsModelImpl.java | 94 Set questions = getAttributeValues( 97 if ((questions != null) && !questions.isEmpty()) { 98 mapQuestions = new HashMap(questions.size() *2); 102 for (Iterator iter = questions.iterator(); iter.hasNext(); ) { 115 "there were no questions defined for this user"); 286 * Returns user's answers for password reset questions. 289 * @return user's answers for password reset questions. 299 Set questions = amid.getAttribute(PW_RESET_QUESTION_ANSWER); 301 return getUserPasswordResetAnswers(amid, questions); 315 getUserPasswordResetAnswers(AMIdentity amid, Set questions) argument 371 parseUserQuestionAnswers( Set questions, boolean showUserQn, Map localizedQuestions ) argument [all...] |