|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.protocol.shared.AbstractProtocolService
org.apache.directory.server.protocol.shared.DirectoryBackedService
public abstract class DirectoryBackedService
Base class shared by all protocol providers for configuration.
Field Summary |
---|
Fields inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService |
---|
transports |
Constructor Summary | |
---|---|
DirectoryBackedService()
|
Method Summary | |
---|---|
java.lang.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(java.lang.String searchBaseDn)
|
Methods inherited from class org.apache.directory.server.protocol.shared.AbstractProtocolService |
---|
addTransports, getDatagramAcceptor, getDirectoryService, getServiceId, getServiceName, getSocketAcceptor, getTransports, isEnabled, isStarted, setDirectoryService, setEnabled, setServiceId, setServiceName, setStarted, setTransports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.server.protocol.shared.ProtocolService |
---|
start, stop |
Constructor Detail |
---|
public DirectoryBackedService()
Method Detail |
---|
public java.lang.String getSearchBaseDn()
public void setSearchBaseDn(java.lang.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 otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |