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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DDefaultCallbackHandler.java51 private String authRealm; field in class:DefaultCallbackHandler
56 authRealm = realm;
83 if (authRealm != null && authRealm.length() > 0) {
86 if (choices[j].equals(authRealm)) {
97 authRealm + "' with choices " + allChoices +
107 if (authRealm != null) {
108 rcb.setText(authRealm); // Use what user supplied

Completed in 128 milliseconds