public abstract class DirectoryBackedService extends AbstractProtocolService
transports
Constructor and Description |
---|
DirectoryBackedService() |
Modifier and Type | Method and Description |
---|---|
DirectoryService |
getDirectoryService() |
String |
getSearchBaseDn()
Returns the search base Dn.
|
boolean |
isCatelogBased()
Gets true if this service uses a catalog for searching different
regions of the DIT for its data.
|
void |
setCatelogBased(boolean catelogBased)
Set true if this service uses a catalog for searching different
regions of the DIT for its data.
|
void |
setDirectoryService(DirectoryService directoryService)
Set the DirectoryService
|
void |
setSearchBaseDn(String searchBaseDn) |
addTransports, getDatagramAcceptor, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setEnabled, setServiceId, setServiceName, setStarted, setTransports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start, stop
public DirectoryBackedService()
public DirectoryService getDirectoryService()
public void setDirectoryService(DirectoryService directoryService)
directoryService
- The DirectoryService instancepublic String getSearchBaseDn()
public void setSearchBaseDn(String searchBaseDn)
searchBaseDn
- The searchBaseDn to set.public boolean isCatelogBased()
public void setCatelogBased(boolean catelogBased)
catelogBased
- if the search base dn is for a catalog, false otherwiseCopyright © 2003–2020 The Apache Software Foundation. All rights reserved.