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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java57 * LdapCtx.convertControls() and LdapCtx.fireUnsolicited().
60 * (even those in other methods); don't sync on LdapCtx in case caller
67 * EventQueue - no direct or indirect calls to LdapCtx
71 * LdapAttribute links to LdapCtx in order to process getAttributeDefinition()
72 * and getAttributeSyntaxDefinition() calls. It invokes LdapCtx.getSchema(),
77 * NamingEnumerations link to LdapCtx for the following:
81 * 3. Sets LdapCtx's response controls
85 * invocation on LdapCtx, caller is responsible for locking.
91 final public class LdapCtx extend class in inherits:ComponentDirContext,EventDirContext,LdapContext
275 public LdapCtx(String dn, String host, int port_number, Hashtable props, method in class:LdapCtx
327 LdapCtx(LdapCtx existing, String newDN) throws NamingException { method in class:LdapCtx
[all...]

Completed in 24 milliseconds