| Package | Description |
|---|---|
| org.apache.directory.server.config |
| 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.
|
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.