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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtxFactory.java94 (Control[])envprops.get(LdapCtx.BIND_CONTROLS) : null;
H A DLdapReferralContext.java76 env.remove(LdapCtx.BIND_CONTROLS);
85 env.put(LdapCtx.BIND_CONTROLS, copiedCtls);
H A DLdapCtx.java165 static final String BIND_CONTROLS = "java.naming.ldap.control.connect"; field in class:LdapCtx
2324 bindCtls = cloneControls((Control[]) envprops.get(BIND_CONTROLS));
2611 envprops.remove(BIND_CONTROLS);
2614 envprops.put(BIND_CONTROLS, bindCtls = cloneControls(connCtls));

Completed in 40 milliseconds