Searched defs:ask (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DUser.java44 * @param questionId the message id of a question to ask the user.
47 String ask(String questionId); method in interface:User
H A DConsoleUser.java99 * @param question the id of the question to ask.
102 public String ask(String question) { method in class:ConsoleUser
/forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DUser.java44 * @param questionId the message id of a question to ask the user.
47 String ask(String questionId); method in interface:User
H A DConsoleUser.java99 * @param question the id of the question to ask.
102 public String ask(String question) { method in class:ConsoleUser
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java202 * The enumeration containing the different options we display when we ask
586 return ask(logger, INFO_ADMINISTRATOR_UID_PROMPT.get(), defaultValue);
609 private String ask(LocalizedLogger logger, LocalizableMessage msgPrompt, String defaultValue) method in class:ReplicationCliMain
623 * Commodity method used to repeatidly ask the user to provide an integer
1392 ask(logger, INFO_RESET_CHANGE_NUMBER_TO.get(uData.getSource(), uData.getDestination()), cn));
1771 * @param interactive whether to ask the user to provide interactively
1785 * @param interactive whether to ask the user to provide interactively
1979 * information is missing, ask the user to provide valid data.
2134 * is missing, ask the user to provide valid data.
2263 // Only ask i
[all...]

Completed in 66 milliseconds