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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapAttribute.java47 private transient DirContext baseCtx = null; field in class:LdapAttribute
50 // these two are used to reconstruct the baseCtx if this attribute has
56 LdapAttribute attr = new LdapAttribute(this.attrID, baseCtx, rdn);
88 * @param baseCtx the baseCtx object of this attribute
89 * @param rdn the RDN of the entry (relative to baseCtx)
91 private LdapAttribute(String id, DirContext baseCtx, Name rdn) { argument
93 this.baseCtx = baseCtx;
98 * Sets the baseCtx an
101 setParent(DirContext baseCtx, Name rdn) argument
[all...]

Completed in 28 milliseconds