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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java65 LdapCtx schemaEntry, Attributes schemaAttrs, boolean netscapeBug)
71 schemaEntry, parser);
77 schemaEntry.close(); // cleanup
388 private LdapCtx schemaEntry; field in class:LdapSchemaCtx.SchemaInfo
395 SchemaInfo(String schemaEntryName, LdapCtx schemaEntry, argument
398 this.schemaEntry = schemaEntry;
400 this.port = schemaEntry.port_number;
401 this.host = schemaEntry.hostname;
402 this.hasLdapsScheme = schemaEntry
64 createSchemaTree(Hashtable env, String subschemasubentry, LdapCtx schemaEntry, Attributes schemaAttrs, boolean netscapeBug) argument
[all...]

Completed in 29 milliseconds