org.apache.ldap.server.jndi.ServerDirContext The DirContext implementation for the Server Side JNDI LDAP provider. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.naming.modules.cache.ProxyDirContext Changes( costin ): The goal is to make it a generic JNDI cache, not specific Proxy Directory Context implementation. Will cache directory entries - attributes and content. This can be used to eliminate expensive dir access and to avoid keeping large directories in memory. @author Remy Maucherat ...
org.apache.jetspeed.om.security.ldap.BaseLDAPObject The Base LDAP Object extending DirContext. @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender Kilicoglu</a> @author <a HREF="mailto:taylor@apache.org">David Sean Taylor</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: BaseLDAP ...
com.caucho.naming.DirContextImpl Resin's implementation of the JNDI <code>DirContext</code>. The actual storage of the persistent data is in the <code>AbstractModel</code>. <p>The <code>DirContextImpl</code> is just a Visitor around the <code>AbstractModel</code> which also e ...
org.apache.ldap.server.db.jdbm.JdbmDatabase A Database implementation based on JDBM B+Tree implementation. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.ldap.server.db.jdbm.JdbmMasterTable The master table used to store the Attributes of entries. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.ldap.server.jndi.CoreContextFactory A server-side provider implementation of a InitialContextFactory. Can be utilized via JNDI API in the standard fashion: <code> Hashtable env = new Hashtable(); env.put( Context.PROVIDER_URL, "ou=system" ); env.put( Context.INITIAL_CONTEXT_FACTORY, "org.apache.ldap.server.jndi.CoreContextFa ...
org.apache.ldap.server.db.DbSearchResult A special search result that includes the unique database primary key or 'row id' of the entry in the master table for quick lookup. This speeds up various operations. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.ldap.server.AbstractCoreTest A simple testcase for testing JNDI provider functionality. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.ldap.server.exception.ExceptionService An {@link org.apache.ldap.server.interceptor.Interceptor} that detects any operations that breaks integrity of {@link BackingStore} and terminates the current invocation chain by throwing a {@link NamingException}. Those operations include when an entry already exists at a DN and is added once aga ...