/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | X509CertificateCallback.java | 42 private String prompt; field in class:X509CertificateCallback 47 * Creates <code>X509CertificateCallback</code> object with a prompt. 49 * @param prompt the prompt used to request the X.509 Certificate. 50 * @exception IllegalArgumentException if <code>prompt</code> is null 51 * or if <code>prompt</code> has a length of 0 (zero). 53 public X509CertificateCallback(String prompt) { argument 54 this.prompt = prompt; 58 * Construct an <code>X509CertificateCallback</code> with a prompt 66 X509CertificateCallback(String prompt, X509Certificate certificate) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | X509CertificateCallback.java | 42 private String prompt; field in class:X509CertificateCallback 47 * Creates <code>X509CertificateCallback</code> object with a prompt. 49 * @param prompt the prompt used to request the X.509 Certificate. 50 * @exception IllegalArgumentException if <code>prompt</code> is null 51 * or if <code>prompt</code> has a length of 0 (zero). 53 public X509CertificateCallback(String prompt) { argument 54 this.prompt = prompt; 58 * Construct an <code>X509CertificateCallback</code> with a prompt 66 X509CertificateCallback(String prompt, X509Certificate certificate) argument [all...] |
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/ |
H A D | OpenIdPrompt.java | 31 * Parses and validates the OpenId Connect prompt parameters. 46 * Constructs a new OpenIdPrompt instance from the given prompt String. 48 * Parses the prompt string (converted to lowercase) by splitting on the ' ' character. 50 * @param prompt The prompt. 52 public OpenIdPrompt(String prompt) { argument 53 originalValue = prompt; 54 if (isEmpty(prompt)) { 57 prompts = stringToSet(prompt.toLowerCase()); 73 * Determines if the prompt contain [all...] |
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/logging/ |
H A D | LogSampleUtils.java | 156 public String getLine (String prompt) { argument 157 System.out.print (prompt); 161 public String getLine (String prompt, String defaultVal) { argument 162 System.out.print (prompt + " [" + defaultVal + "]: ");
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/ |
H A D | OpenIdPrompt.java | 31 * Parses and validates the OpenId Connect prompt parameters. 46 * Constructs a new OpenIdPrompt instance from the given prompt String. 48 * Parses the prompt string (converted to lowercase) by splitting on the ' ' character. 50 * @param prompt The prompt. 52 public OpenIdPrompt(String prompt) { argument 53 originalValue = prompt; 54 if (isEmpty(prompt)) { 57 prompts = stringToSet(prompt.toLowerCase()); 73 * Determines if the prompt contain [all...] |
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/logging/ |
H A D | LogSampleUtils.java | 156 public String getLine (String prompt) { argument 157 System.out.print (prompt); 161 public String getLine (String prompt, String defaultVal) { argument 162 System.out.print (prompt + " [" + defaultVal + "]: ");
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/ |
H A D | AMCallbackHandler.java | 67 public AMCallbackHandler(String prompt) { argument 74 if (prompt == null) { 75 prompt = passwdPrompt; 104 // prompt the user for sensitive information
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/ |
H A D | Console.java | 79 public static final void print(LocalizedMessage prompt, argument 81 writeIt(prompt + " [" + defaultValue + "]: ");
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/ |
H A D | AMCallbackHandler.java | 67 public AMCallbackHandler(String prompt) { argument 74 if (prompt == null) { 75 prompt = passwdPrompt; 104 // prompt the user for sensitive information
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/ |
H A D | Console.java | 79 public static final void print(LocalizedMessage prompt, argument 81 writeIt(prompt + " [" + defaultValue + "]: ");
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | EncodePassword.java | 1064 * @param prompt The message to print out. 1069 private String getPassword(PrintStream out, String prompt) argument 1084 Object[] args = new Object[] { prompt, new Object[0] }; 1099 ErasingThread erasingThread = new ErasingThread(out, prompt); 1145 private String prompt; field in class:EncodePassword.ErasingThread 1151 * @param prompt 1152 * The prompt displayed to the user 1154 public ErasingThread(PrintStream out, String prompt) argument 1156 this.prompt = prompt; [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | EncodePassword.java | 984 * @param prompt The message to print out. 989 private String getPassword(String prompt) throws IOException argument 999 password = new String(console.readPassword(prompt)); 1005 ErasingThread erasingThread = new ErasingThread(prompt); 1046 private String prompt; field in class:EncodePassword.ErasingThread 1050 * @param prompt 1051 * The prompt displayed to the user 1053 public ErasingThread(String prompt) argument 1055 this.prompt = prompt; [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | EncodePassword.java | 1064 * @param prompt The message to print out. 1069 private String getPassword(PrintStream out, String prompt) argument 1084 Object[] args = new Object[] { prompt, new Object[0] }; 1099 ErasingThread erasingThread = new ErasingThread(out, prompt); 1145 private String prompt; field in class:EncodePassword.ErasingThread 1151 * @param prompt 1152 * The prompt displayed to the user 1154 public ErasingThread(PrintStream out, String prompt) argument 1156 this.prompt = prompt; [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/ |
H A D | EncodePassword.java | 1064 * @param prompt The message to print out. 1069 private String getPassword(PrintStream out, String prompt) argument 1084 Object[] args = new Object[] { prompt, new Object[0] }; 1099 ErasingThread erasingThread = new ErasingThread(out, prompt); 1145 private String prompt; field in class:EncodePassword.ErasingThread 1151 * @param prompt 1152 * The prompt displayed to the user 1154 public ErasingThread(PrintStream out, String prompt) argument 1156 this.prompt = prompt; [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/tools/ |
H A D | EncodePassword.java | 984 * @param prompt The message to print out. 989 private String getPassword(String prompt) throws IOException argument 999 password = new String(console.readPassword(prompt)); 1005 ErasingThread erasingThread = new ErasingThread(prompt); 1046 private String prompt; field in class:EncodePassword.ErasingThread 1050 * @param prompt 1051 * The prompt displayed to the user 1053 public ErasingThread(String prompt) argument 1055 this.prompt = prompt; [all...] |
/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/ |
H A D | SecurID.java | 145 private void setDynamicText (boolean isPswd, int state, String prompt) argument 160 callbacks[0] = new PasswordCallback(prompt, echo); 163 debug.message(" prompt=" + prompt); 165 callbacks[0] = new NameCallback(prompt); 432 debug.message("SecurID.process:prompt = " + 801 "about to get user-genned PIN, prompt = \n\t"+msg);
|
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/ |
H A D | IdRepoSampleUtils.java | 184 public String getLine (String prompt) { argument 185 System.out.print (prompt); 189 public String getLine (String prompt, String defaultVal) { argument 190 System.out.print (prompt + " [" + defaultVal + "]: "); 402 String prompt) 434 ans = getLine (prompt + ": [0.." + objs.length + "]: "); 501 public void waitForReturn(String prompt) { argument 502 System.out.print (prompt); 399 selectFromArray( Object[] objs, String hdr, String prompt) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | EncodePassword.java | 865 * @param prompt The message to print out. 870 private String getPassword(String prompt) throws IOException argument 880 password = new String(console.readPassword(prompt)); 886 ErasingThread erasingThread = new ErasingThread(prompt); 927 private String prompt; field in class:EncodePassword.ErasingThread 931 * @param prompt 932 * The prompt displayed to the user 934 public ErasingThread(String prompt) argument 936 this.prompt = prompt; [all...] |
/forgerock/openam/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/ |
H A D | SecurID.java | 145 private void setDynamicText (boolean isPswd, int state, String prompt) argument 160 callbacks[0] = new PasswordCallback(prompt, echo); 163 debug.message(" prompt=" + prompt); 165 callbacks[0] = new NameCallback(prompt); 432 debug.message("SecurID.process:prompt = " + 801 "about to get user-genned PIN, prompt = \n\t"+msg);
|
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/ |
H A D | IdRepoSampleUtils.java | 184 public String getLine (String prompt) { argument 185 System.out.print (prompt); 189 public String getLine (String prompt, String defaultVal) { argument 190 System.out.print (prompt + " [" + defaultVal + "]: "); 402 String prompt) 434 ans = getLine (prompt + ": [0.." + objs.length + "]: "); 501 public void waitForReturn(String prompt) { argument 502 System.out.print (prompt); 399 selectFromArray( Object[] objs, String hdr, String prompt) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/ |
H A D | TaskScheduleInteraction.java | 83 private Message prompt; field in class:TaskScheduleInteraction.ScheduleOption 84 private ScheduleOption(Message prompt) argument 86 this.prompt = prompt; 90 return prompt; 108 * @param app the console application object used to prompt for data. 109 * @param taskName the name of the task to be used in the prompt messages. 145 * used to prompt the user about the task dependencies. 155 * used to prompt the user about the task dependencies. If no task entries
|
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 142 // The menu prompt. 143 private final Message prompt; field in class:MenuBuilder.MenuImpl 153 private MenuImpl(ConsoleApplication app, Message title, Message prompt, argument 160 this.prompt = prompt; 235 // Determine the correct choice prompt. 260 if (prompt != null) { 261 app.println(prompt); 384 // The menu prompt. 385 private Message prompt field in class:MenuBuilder 675 setPrompt(Message prompt) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/ |
H A D | TaskScheduleInteraction.java | 82 private Message prompt; field in class:TaskScheduleInteraction.ScheduleOption 83 private ScheduleOption(Message prompt) argument 85 this.prompt = prompt; 89 return prompt; 107 * @param app the console application object used to prompt for data. 108 * @param taskName the name of the task to be used in the prompt messages. 144 * used to prompt the user about the task dependencies. 154 * used to prompt the user about the task dependencies. If no task entries
|
/forgerock/opendj2/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 141 // The menu prompt. 142 private final Message prompt; field in class:MenuBuilder.MenuImpl 152 private MenuImpl(ConsoleApplication app, Message title, Message prompt, argument 159 this.prompt = prompt; 234 // Determine the correct choice prompt. 259 if (prompt != null) { 260 app.println(prompt); 383 // The menu prompt. 384 private Message prompt field in class:MenuBuilder 674 setPrompt(Message prompt) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/ |
H A D | TaskScheduleInteraction.java | 83 private Message prompt; field in class:TaskScheduleInteraction.ScheduleOption 84 private ScheduleOption(Message prompt) argument 86 this.prompt = prompt; 90 return prompt; 108 * @param app the console application object used to prompt for data. 109 * @param taskName the name of the task to be used in the prompt messages. 145 * used to prompt the user about the task dependencies. 155 * used to prompt the user about the task dependencies. If no task entries
|