Package org.apache.ldap.server.partition

Interface Summary
DirectoryPartition An interfaces that bridges between underlying JNDI entries and JNDI Context API.
 

Class Summary
AbstractDirectoryPartition A DirectoryPartition that helps users to implement their own partition.
DefaultDirectoryPartitionNexus A nexus for partitions dedicated for storing entries specific to a naming context.
DirectoryPartitionNexus A root DirectoryPartition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
DirectoryPartitionNexusProxy A decorator that wraps other DirectoryPartitionNexus to enable InterceptorChain and InvocationStack support.
Oid Provides constants of private OIDs.