Package | Description |
---|---|
org.apache.directory.server.config | |
org.apache.directory.server.config.builder |
Modifier and Type | Method and Description |
---|---|
List<org.apache.directory.api.ldap.model.ldif.LdifEntry> |
ConfigWriter.getConvertedLdifEntries()
Gets the converted LDIF entries from the configuration bean.
|
List<AdsBaseBean> |
ConfigPartitionReader.read(org.apache.directory.api.ldap.model.name.Dn baseDn,
String name,
org.apache.directory.api.ldap.model.message.SearchScope scope,
boolean mandatory)
Read some configuration element from the DIT using its name
|
ConfigBean |
ConfigPartitionReader.readConfig(org.apache.directory.api.ldap.model.name.Dn baseDn)
Read the configuration from the DIT, returning a bean containing all of it.
|
ConfigBean |
ConfigPartitionReader.readConfig(org.apache.directory.api.ldap.model.name.Dn baseDn,
String objectClass)
Read the configuration from the DIT, returning a bean containing all of it.
|
void |
ConfigWriter.writeToFile(File file)
Writes the configuration bean as LDIF to the given file.
|
void |
ConfigWriter.writeToPath(String path)
Writes the configuration bean as LDIF to the given file.
|
String |
ConfigWriter.writeToString()
Writes the configuration to a String object.
|
Modifier and Type | Method and Description |
---|---|
static Authenticator |
ServiceBuilder.createAuthenticator(AuthenticatorBean authenticatorBean)
Creates a Authenticator from the configuration
|
static Authenticator[] |
ServiceBuilder.createAuthenticators(List<AuthenticatorBean> list)
Creates the array of transports read from the DIT
|
static JdbmPartition |
ServiceBuilder.createJdbmPartition(DirectoryService directoryService,
JdbmPartitionBean jdbmPartitionBean)
Create a new instance of a JdbmPartition
|
static MavibotPartition |
ServiceBuilder.createMavibotPartition(DirectoryService directoryService,
MavibotPartitionBean mvbtPartitionBean) |
static Partition |
ServiceBuilder.createPartition(DirectoryService directoryService,
PartitionBean partitionBean)
Create the a Partition instantiated from the configuration
|
static Map<String,Partition> |
ServiceBuilder.createPartitions(DirectoryService directoryService,
List<PartitionBean> partitionBeans)
Create the set of Partitions instantiated from the configuration
|
static List<ReplicationConsumer> |
ServiceBuilder.createReplConsumers(List<ReplConsumerBean> replConsumerBeans)
instantiate the ReplicationConsumers based on the configuration present in ReplConsumerBeans
|
static MechanismHandler |
ServiceBuilder.createSaslMechHandler(SaslMechHandlerBean saslMechHandlerBean)
Loads and instantiates a MechanismHandler from the configuration entry
|
static List<org.apache.directory.api.ldap.model.ldif.LdifEntry> |
ServiceBuilder.readTestEntries(String entryFilePath)
Load the Test entries
|
Copyright © 2017. All rights reserved.