Searched refs:question (Results 1 - 23 of 23) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsData.java44 * Name of default question unselected constant
49 * Name of default question selected constant
54 * Name of personal question unselected constant
59 * Name of personal question selected constant
63 private String question = null; field in class:UMUserPasswordResetOptionsData
71 * @param answer user answer to the secret question
72 * @param dataStatus status of question selected or not
75 String question,
80 this.question = question
74 UMUserPasswordResetOptionsData( String question, String questionLocalizedName, String answer, int dataStatus ) argument
127 setQuestion(String question) argument
[all...]
H A DUMUserPasswordResetOptionsModelImpl.java87 * Returns a map of question to its localized name.
90 * @return a map of question to its localized name.
108 debug.warning("no i18nKey defined for question " +
121 * Returns true if user personal question/answer feature is enabled.
124 * @return true if user personal question/answer feature is enabled.
134 * Returns the maximum number of question that can be display in
137 * @return maximum number of question which can be in reset password page
255 * If the question and answer map is empty then user has selected
256 * nothing or has unselected previous selected question. Stored
265 // Data Format: question \
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsData.java44 * Name of default question unselected constant
49 * Name of default question selected constant
54 * Name of personal question unselected constant
59 * Name of personal question selected constant
63 private String question = null; field in class:UMUserPasswordResetOptionsData
71 * @param answer user answer to the secret question
72 * @param dataStatus status of question selected or not
75 String question,
80 this.question = question
74 UMUserPasswordResetOptionsData( String question, String questionLocalizedName, String answer, int dataStatus ) argument
127 setQuestion(String question) argument
[all...]
H A DUMUserPasswordResetOptionsModelImpl.java87 * Returns a map of question to its localized name.
90 * @return a map of question to its localized name.
108 debug.warning("no i18nKey defined for question " +
121 * Returns true if user personal question/answer feature is enabled.
124 * @return true if user personal question/answer feature is enabled.
134 * Returns the maximum number of question that can be display in
137 * @return maximum number of question which can be in reset password page
255 * If the question and answer map is empty then user has selected
256 * nothing or has unselected previous selected question. Stored
265 // Data Format: question \
[all...]
/forgerock/openam-v13/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DSecurityQuestionTransformer.java28 * Security question transformer.
30 * Expected string format is <pre>id|locale|question</pre>.
42 for (String question : values) {
43 Matcher matcher = QUESTION_PATTERN.matcher(question);
47 "Expected question format id|locale|question but got " + question);
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DSecurityQuestionTransformer.java28 * Security question transformer.
30 * Expected string format is <pre>id|locale|question</pre>.
42 for (String question : values) {
43 Matcher matcher = QUESTION_PATTERN.matcher(question);
47 "Expected question format id|locale|question but got " + question);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModel.java37 * are required by password reset question viewbean.
46 * @param map map of user question and answer
59 * @param userDN DN of the user to get the question
61 * @return map of secret question
66 * Gets password reset question title
69 * @return password reset question title
110 * Gets the localized string for the question
112 * @param question i8n key for the question
113 * @return localized string for the question
115 getLocalizedStrForQuestion(String question) argument
[all...]
H A DPWResetQuestionModelImpl.java60 * are required by password reset question viewbean.
83 * Name of user question answer attribute
86 "iplanet-am-user-password-reset-question-answer";
89 * Name of password reset question attribute
92 "iplanet-am-password-reset-question";
95 * Name of password reset personal question attribute
98 "iplanet-am-password-reset-user-personal-question";
135 * Name of default question selected constant
140 * Name of personal question selected constant
155 * Constructs a password reset question mode
352 getLocalizedStrForQuestion(String question) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModel.java37 * are required by password reset question viewbean.
46 * @param map map of user question and answer
59 * @param userDN DN of the user to get the question
61 * @return map of secret question
66 * Gets password reset question title
69 * @return password reset question title
110 * Gets the localized string for the question
112 * @param question i8n key for the question
113 * @return localized string for the question
115 getLocalizedStrForQuestion(String question) argument
[all...]
H A DPWResetQuestionModelImpl.java60 * are required by password reset question viewbean.
83 * Name of user question answer attribute
86 "iplanet-am-user-password-reset-question-answer";
89 * Name of password reset question attribute
92 "iplanet-am-password-reset-question";
95 * Name of password reset personal question attribute
98 "iplanet-am-password-reset-user-personal-question";
135 * Name of default question selected constant
140 * Name of personal question selected constant
155 * Constructs a password reset question mode
352 getLocalizedStrForQuestion(String question) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DConsoleUser.java96 * Displays the question on the console (without a trailing newline) and then reads a single line response. Will
97 * repeat the question until the user enters non-empty text, or closes the console.
99 * @param question the id of the question to ask.
102 public String ask(String question) { argument
106 out.print(messages.getString(question) + " ");
/forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DConsoleUser.java96 * Displays the question on the console (without a trailing newline) and then reads a single line response. Will
97 * repeat the question until the user enters non-empty text, or closes the console.
99 * @param question the id of the question to ask.
102 public String ask(String question) { argument
106 out.print(messages.getString(question) + " ");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPInteractionHelper.java47 * The question key will always be of the following form in a properties file.
51 * There will be a default question key for Consent if there's not one for the
87 * Gets the inquiry question for interaction for consent.
88 * common question if it does'nt have one.
92 * @return String inquiry question.
109 "can not find question for:" + ppElement);
127 * @return Map map of <code>PP</code> element and question.
129 * value is the question for e.g. "What's the CN value?";
140 String question = getInteractForValueQuestion(isQuery, ppElement);
141 if(question
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPInteractionHelper.java47 * The question key will always be of the following form in a properties file.
51 * There will be a default question key for Consent if there's not one for the
87 * Gets the inquiry question for interaction for consent.
88 * common question if it does'nt have one.
92 * @return String inquiry question.
109 "can not find question for:" + ppElement);
127 * @return Map map of <code>PP</code> element and question.
129 * value is the question for e.g. "What's the CN value?";
140 String question = getInteractForValueQuestion(isQuery, ppElement);
141 if(question
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionTiledView.java56 * for password reset question view bean.
62 * Name of the question field
67 * Name of the user answer to the secret question
72 * Name of the secret question attribute
82 * Constructs a password reset question tiled view
155 String question = (String) list.get(getTileIndex());
156 String localizedStr = model.getLocalizedStrForQuestion(question);
158 hf.setValue(question);
176 * Populates secret question list
211 * Gets the answer to the secret question
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionTiledView.java54 * for password reset question view bean.
60 * Name of the question field
65 * Name of the user answer to the secret question
70 * Name of the secret question attribute
79 * Constructs a password reset question tiled view
152 String question = questionKeys.get(getTileIndex());
153 String localizedStr = model.getLocalizedStrForQuestion(question);
155 hf.setValue(question);
232 // in the case when the answers are wrong and the question screen is shown again.
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsViewBean.java179 tblModel.setTitleLabel("label.question");
181 "table.user.password.reset.name.column.question");
239 String question = data.getQuestionLocalizedName();
242 tblModel.setValue(TBL_DATA_PERSONAL_QUESTION, question);
244 tblModel.setValue(TBL_DATA_QUESTION, question);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsViewBean.java174 tblModel.setTitleLabel("label.question");
176 "table.user.password.reset.name.column.question");
234 String question = data.getQuestionLocalizedName();
237 tblModel.setValue(TBL_DATA_PERSONAL_QUESTION, question);
239 tblModel.setValue(TBL_DATA_QUESTION, question);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthActivity.java60 TextView questionView = (TextView) findViewById(R.id.question);
/forgerock/openam-v13/openam-core/src/main/resources/fr_FR/
H A DEntitlementException_fr.properties138 601=Impossible de d\u00e9terminer si la valeur de l\u2019attribut est pr\u00e9sente pour l\u2019objet en question {0}.
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less94 .@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; }
298 .@{fa-css-prefix}-question:before { content: @fa-var-question; }
/forgerock/openam/openam-core/src/main/resources/fr_FR/
H A DEntitlementException_fr.properties138 601=Impossible de d\u00e9terminer si la valeur de l\u2019attribut est pr\u00e9sente pour l\u2019objet en question {0}.
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DmappingView.less90 .fa-question-circle {

Completed in 97 milliseconds