Searched refs:LdapSchemaCtx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java44 final class LdapSchemaCtx extends HierMemDirCtx { class in inherits:HierMemDirCtx
73 LdapSchemaCtx root = new LdapSchemaCtx(SCHEMA_ROOT, env, allinfo);
83 private LdapSchemaCtx(int objectType, Hashtable environment, SchemaInfo info) { method in class:LdapSchemaCtx
109 LdapSchemaCtx newEntry =
110 (LdapSchemaCtx)super.doCreateSubcontext(name, attrs);
150 LdapSchemaCtx target = (LdapSchemaCtx)doLookup(name, false);
175 LdapSchemaCtx target = (LdapSchemaCtx)doLooku
[all...]
H A DLdapCtx.java1641 return LdapSchemaCtx.createSchemaTree(envprops, subschemasubentry,

Completed in 29 milliseconds