Uses of Interface
org.apache.ldap.server.jndi.ServerDirObjectFactory

Packages that use ServerDirObjectFactory
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of ServerDirObjectFactory in org.apache.ldap.server.schema
 

Methods in org.apache.ldap.server.schema that return ServerDirObjectFactory
 ServerDirObjectFactory ObjectFactoryRegistry.getObjectFactories(javax.naming.ldap.LdapContext ctx)
          Gets the list of ObjectFactories associated with an entry.
 

Methods in org.apache.ldap.server.schema with parameters of type ServerDirObjectFactory
 void ObjectFactoryRegistry.register(ServerDirObjectFactory factory)
          Registers a server-side object factory with this registry.
 

Uses of ServerDirObjectFactory in org.apache.ldap.server.schema.bootstrap
 

Methods in org.apache.ldap.server.schema.bootstrap that return ServerDirObjectFactory
 ServerDirObjectFactory BootstrapObjectFactoryRegistry.getObjectFactories(javax.naming.ldap.LdapContext ctx)
           
 

Methods in org.apache.ldap.server.schema.bootstrap with parameters of type ServerDirObjectFactory
 void BootstrapObjectFactoryRegistry.register(ServerDirObjectFactory factory)
           
 



Copyright © 2002-2005 . All Rights Reserved.