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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapAttribute.java43 final class LdapAttribute extends BasicAttribute { class in inherits:BasicAttribute
56 LdapAttribute attr = new LdapAttribute(this.attrID, baseCtx, rdn);
80 LdapAttribute(String id) { method in class:LdapAttribute
91 private LdapAttribute(String id, DirContext baseCtx, Name rdn) { method in class:LdapAttribute
H A DLdapClient.java718 Attribute la = new LdapAttribute(attrid);
H A DLdapCtx.java71 * LdapAttribute links to LdapCtx in order to process getAttributeDefinition()
1725 ((LdapAttribute) ae.next()).setParent(this, name);
1730 * Returns the URL associated with this context; used by LdapAttribute

Completed in 43 milliseconds