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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DChoiceCallback.java54 private int defaultChoice; field in class:ChoiceCallback
79 * @param defaultChoice the choice to be used as the default choice
94 * has a length of 0 or if <code>defaultChoice</code>
99 int defaultChoice, boolean multipleSelectionsAllowed) {
103 defaultChoice < 0 || defaultChoice >= choices.length)
113 this.defaultChoice = defaultChoice;
140 * Get the defaultChoice.
144 * @return the defaultChoice, represente
98 ChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multipleSelectionsAllowed) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DRealmChoiceCallback.java47 * @param defaultChoice the choice to be used as the default choice
53 * <tt>choices</tt> is null or empty, or if <tt>defaultChoice</tt>
57 int defaultChoice, boolean multiple) {
58 super(prompt, choices, defaultChoice, multiple);
56 RealmChoiceCallback(String prompt, String[]choices, int defaultChoice, boolean multiple) argument

Completed in 791 milliseconds