|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.tools.beluga.ldap.directory.DirectoryConfiguration
public class DirectoryConfiguration
Contains all information that is necessary to load and start the directory. That includes a rule to recognize container objects, suffixes and the LDIF files containing the data.
Constructor Summary | |
---|---|
DirectoryConfiguration()
Initialize the new instance with default values. |
Method Summary | |
---|---|
void |
addDataSource(DirectoryDataFile dataFile)
Add the given data source to the internal list of data files |
void |
addSuffix(String suffix)
Add the given suffix to the internal list of suffixes |
org.pf.text.MatchRule |
getContainerRule()
|
DirectoryDataFile[] |
getDataFiles()
Returns the data files that must be loaded into the directory server. |
org.pf.directory.DistinguishedName[] |
getSuffixes()
Returns the suffixes to be supported by the directory server. |
void |
setContainerRecognizingRule(String rule)
Set the rule that will be used to recognize container objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryConfiguration()
Method Detail |
---|
public org.pf.text.MatchRule getContainerRule()
public void setContainerRecognizingRule(String rule)
public void addSuffix(String suffix)
public void addDataSource(DirectoryDataFile dataFile)
public DirectoryDataFile[] getDataFiles()
public org.pf.directory.DistinguishedName[] getSuffixes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |