|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.config.ConfigPartitionReader
public class ConfigPartitionReader
A class used for reading the configuration present in a Partition and instantiate the necessary objects like DirectoryService, Interceptors etc.
Constructor Summary | |
---|---|
ConfigPartitionReader(LdifPartition configPartition)
Creates a new instance of ConfigPartitionReader. |
Method Summary | |
---|---|
DirectoryService |
getDirectoryService()
instantiates a DirectoryService based on the configuration present in the partition |
DnsServer |
getDnsServer()
|
HttpServer |
getHttpServer()
|
KdcServer |
getKdcServer()
|
LdapServer |
getLdapServer()
reads the LDAP server configuration and instantiates without setting a DirectoryService |
NtpServer |
getNtpServer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigPartitionReader(LdifPartition configPartition)
configPartition
- the non null config partitionMethod Detail |
---|
public LdapServer getLdapServer() throws java.lang.Exception
java.lang.Exception
public KdcServer getKdcServer() throws java.lang.Exception
java.lang.Exception
public DnsServer getDnsServer() throws java.lang.Exception
java.lang.Exception
public NtpServer getNtpServer() throws java.lang.Exception
java.lang.Exception
public HttpServer getHttpServer() throws java.lang.Exception
java.lang.Exception
public DirectoryService getDirectoryService() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |