| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbmPartitionBean
A class used to store the JdbmPartition configuration.
|
class |
MavibotPartitionBean
A class used to store the MavibotPartition configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PartitionBean> |
DirectoryServiceBean.partitions
The set of associated partitions
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PartitionBean> |
DirectoryServiceBean.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.addPartitions(PartitionBean... partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.setPartitions(java.util.List<PartitionBean> partitions) |
| Modifier and Type | Method and Description |
|---|---|
static Partition |
ServiceBuilder.createPartition(DirectoryService directoryService,
PartitionBean partitionBean)
Create the a Partition instantiated from the configuration
|
private static void |
ServiceBuilder.setContextEntry(PartitionBean bean,
AbstractPartition partition)
Sets the configured context entry if present in the given partition bean
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,Partition> |
ServiceBuilder.createPartitions(DirectoryService directoryService,
java.util.List<PartitionBean> partitionBeans)
Create the set of Partitions instantiated from the configuration
|