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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DTextInputCallback.java49 private String defaultText; field in class:TextInputCallback
80 * @param defaultText the text to be used as the default text displayed
85 * if <code>defaultText</code> is null
86 * or if <code>defaultText</code> has a length of 0.
88 public TextInputCallback(String prompt, String defaultText) { argument
90 defaultText == null || defaultText.length() == 0)
94 this.defaultText = defaultText;
114 * was not instantiated with <code>defaultText</cod
[all...]

Completed in 157 milliseconds