public abstract class DirectoryBackedService extends AbstractProtocolService
transports| Constructor and Description |
|---|
DirectoryBackedService() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setSearchBaseDn(String searchBaseDn) |
addTransports, getDatagramAcceptor, getDirectoryService, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setDirectoryService, setEnabled, setServiceId, setServiceName, setStarted, setTransportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstart, stoppublic 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-2012 Apache Software Foundation. All Rights Reserved.