Searched refs:ask (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig2077 [+DESCRIPTION?Check, whether the DS supports the SASL mechanism \bGSSAPI\b. If so, ask the user whether it should be enabled and depending on the answer ask for related Kerberos realm info. \bINT[GSSAPI_ENABLE]]\b and \bTMPF[GSSAPI_AUTH_MAY_BE_USED]]\b and optionally \bSTR[LDAP_KRB_REALM]]\b are set accordingly.]
2114 [+DESCRIPTION?Ask the user for the name of the client profile to create, check whether it already exists, and if so ask whether it should be overwritten. Sets \bSTR[LDAP_PROFILE_NAME]]\b, \bTMPF[DEL_OLD_PROFILE]]\b and if the user wants to just enable shadow update \bINT[LDAP_ENABLE_SHADOW_UPDATE]]\b and \bINT[EXISTING_PROFILE]]\b.]
2295 # 2. if more than one matches found, ask the user which one to delete
2327 # ask the user to pick one
2484 Man.addFunc get_adminDN '' '[+NAME?get_adminDN - ask user for Admin DN.]
2494 Man.addFunc get_admin_pw '' '[+NAME?get_admin_pw - ask user for Admin password]
2662 [+DESCRIPTION?Check whether the profile \bSTR[LDAP_PROFILE_NAME]]\b for \bSTR[LDAP_BASEDN]]\b exists. If not simply notify the user and return. Otherwise check whether the profile uses authenticationMethod "GSSAPI" and credentialLevel "self". If so ask the user whether to use host or "Admin" user principal for shadow updates and collect the related info. Sets \bINT[NEED_HOSTACL]]\b if the host principal should be used for shadow update (requires that \bTMPF[GSSAPI_AUTH_MAY_BE_USED]]\b is already set).]
2690 # has 'self', ask to use the host principal for shadow update
2801 Man.addFunc get_auth '' '[+NAME?get_auth - ask use
[all...]
/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...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/test/java/com/sun/identity/install/tools/admin/
H A DLicenseCheckerTest.java117 given(mockUser.ask("prompt")).willReturn("n");
129 given(mockUser.ask("prompt")).willReturn("y");
141 given(mockUser.ask("prompt")).willReturn("y");
145 given(mockUser.ask("prompt")).willThrow(new AssertionError());
157 given(mockUser.ask("prompt")).willReturn("y");
/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DCLILicensePresenter.java83 String input = user.ask("prompt");
H A DConsoleUser.java99 * @param question the id of the question to ask.
102 public String ask(String question) { method in class:ConsoleUser
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
/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/test/java/org/forgerock/openam/license/
H A DCLILicensePresenterTest.java61 given(user.ask(anyString())).willReturn("y");
80 given(user.ask(anyString())).willReturn("no");
/forgerock/openam/openam-tools/openam-installtools/src/test/java/com/sun/identity/install/tools/admin/
H A DLicenseCheckerTest.java117 given(mockUser.ask("prompt")).willReturn("n");
129 given(mockUser.ask("prompt")).willReturn("y");
141 given(mockUser.ask("prompt")).willReturn("y");
145 given(mockUser.ask("prompt")).willThrow(new AssertionError());
157 given(mockUser.ask("prompt")).willReturn("y");
/forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DCLILicensePresenter.java83 String input = user.ask("prompt");
H A DConsoleUser.java99 * @param question the id of the question to ask.
102 public String ask(String question) { method in class:ConsoleUser
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
/forgerock/openam/openam-tools/openam-license-manager-cli/src/test/java/org/forgerock/openam/license/
H A DCLILicensePresenterTest.java61 given(user.ask(anyString())).willReturn("y");
80 given(user.ask(anyString())).willReturn("no");

Completed in 66 milliseconds