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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapBindingEnumeration.java37 LdapBindingEnumeration(LdapCtx homeCtx, LdapResult answer, Name remain, argument
40 super(homeCtx, answer, remain, cont);
56 obj = new LdapCtx(homeCtx, dn);
63 obj = DirectoryManager.getObjectInstance(obj, cn, homeCtx,
64 homeCtx.envprops, attrs);
80 homeCtx.convertControls(respCtls));
H A DLdapSearchEnumeration.java42 LdapSearchEnumeration(LdapCtx homeCtx, LdapResult search_results, argument
46 super(homeCtx, search_results,
62 String relHome; // name relative to homeCtx.currentDN
75 relHome = parsed.getSuffix(homeCtx.currentParsedDN.size()).toString();
79 LdapURL.toUrlString(homeCtx.hostname, homeCtx.port_number,
80 dn, homeCtx.hasLdapsScheme);
86 LdapURL.toUrlString(homeCtx.hostname, homeCtx.port_number,
87 dn, homeCtx
[all...]
H A DLdapNamingEnumeration.java51 protected LdapCtx homeCtx; field in class:LdapNamingEnumeration
60 LdapNamingEnumeration(LdapCtx homeCtx, LdapResult answer, Name listArg, argument
99 this.homeCtx = homeCtx;
100 homeCtx.incEnumCount();
101 enumClnt = homeCtx.clnt; // remember
129 res = homeCtx.getSearchReply(enumClnt, res);
147 homeCtx.processReturnCode(res, listArg);
168 homeCtx.respCtls = res.resControls;
308 homeCtx
[all...]

Completed in 34 milliseconds