public abstract class DirectoryBackedService extends AbstractProtocolService
transports| Constructor and Description |
|---|
DirectoryBackedService() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.server.core.api.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(org.apache.directory.server.core.api.DirectoryService directoryService) |
void |
setSearchBaseDn(String searchBaseDn) |
addTransports, getDatagramAcceptor, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setEnabled, setServiceId, setServiceName, setStarted, setTransportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstart, stoppublic org.apache.directory.server.core.api.DirectoryService getDirectoryService()
public void setDirectoryService(org.apache.directory.server.core.api.DirectoryService directoryService)
public 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–2016 The Apache Software Foundation. All rights reserved.