Searched defs:isLdapv3 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DFilter.java54 boolean isLdapv3) throws IOException, NamingException {
61 if (isLdapv3) {
53 encodeFilterString(BerEncoder ber, String filterStr, boolean isLdapv3) argument
H A DLdapClient.java63 * isLdapv3 - no sync; initialized and updated within sync authenticate();
114 boolean isLdapv3; // Used by LdapCtx field in class:LdapClient
170 isLdapv3 = true;
173 isLdapv3 = false;
212 encodedPw = encodePassword(pw, isLdapv3);
232 } else if (isLdapv3) {
263 isLdapv3 = false;
296 conn.setV3(isLdapv3);
331 ber.encodeInt(isLdapv3 ? LDAP_VERSION3 : LDAP_VERSION2);
332 ber.encodeString(dn, isLdapv3);
762 parseResult(BerDecoder replyBer, LdapResult res, boolean isLdapv3) argument
[all...]

Completed in 58 milliseconds