Package org.apache.ldap.server

Interface Summary
BackendSubsystem  
BackingStore An interface to a store for JNDI Attributes within a hierarchical namespace.
ContextPartition ContextPartitions are indivisible BackingStores associated with a naming context as a base suffix.
PartitionNexus The PartitionNexus is a special type of BackingStore designed to route BackingStore operations to ContextPartitions based on namespace to respective ContextPartitions attached to the nexus at the appropriate naming contexts.
 

Class Summary
AbstractContextPartition An Abstract BackingStore using a formal database and a search engine.
AbstractCoreTest A simple testcase for testing JNDI provider functionality.
ApplicationPartition Creates a ContextPartition to be use for application specific contexts.
ContextPartitionConfig A configuration bean for ContextPartitions.
RootNexus A nexus for partitions dedicated for storing entries specific to a naming context.
ServerMain The command line main for the server.
SystemPartition A very special ContextPartition used to store system information such as users, the system catalog and other administrative information.