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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapAttribute.java52 private String baseCtxURL; field in class:LdapAttribute
109 * it is null, the `baseCtxURL` is used to reconstruct the context
119 baseCtxEnv.put(Context.PROVIDER_URL,baseCtxURL);
153 this.baseCtxURL = ((LdapCtx)baseCtx).getURL();

Completed in 28 milliseconds