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.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.core.BaseDirContext import org.apache.naming.core.NameParserImpl; Based on a merge of various catalina naming contexts Name is used - it provide better oportunities for reuse and optimizations Base Directory Context implementation. All j-t-c/naming contexts should extend it. Implements all JNDI methods - if you just ...
org.apache.ldap.server.db.ScopeEnumerator Enumerates candidates based on scope. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.apache.ldap.server.db.Table A backend friendly wrapper around a JDBM BTree that transparent enables duplicates when the BTree does not support them. TODO Need to rewrite the Javadocs in this interface. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.enhydra.spi.conf.ConfFileInitialContext Class <code>ConfFileInitialContext</code> is the CAROL LMI JNDI SPI Context for local context. This context is accessible only in local jvm, this is a singleton (the close method do nothing). This cotext bind and return Local Java Refferences. It also reads Enhydra application's config ...
org.apache.ldap.server.db.IndexEnumeration A NamingEnumeration over an Index which returns IndexRecords. @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 ...