| 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 | Method and Description |
|---|---|
List<PartitionBean> |
DirectoryServiceBean.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.addPartitions(PartitionBean... partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServiceBean.setPartitions(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
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Partition> |
ServiceBuilder.createPartitions(DirectoryService directoryService,
List<PartitionBean> partitionBeans)
Create the set of Partitions instantiated from the configuration
|
Copyright © 2021. All rights reserved.