|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootDSEBackendCfg
A server-side interface for querying Root DSE Backend settings.
The Root DSE Backend contains the Directory Server root DSE.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<RootDSEBackendCfg> listener)
Register to be notified when this Root DSE Backend is changed. |
java.lang.Class<? extends RootDSEBackendCfg> |
configurationClass()
Gets the configuration class associated with this Root DSE Backend. |
java.util.SortedSet<DN> |
getSubordinateBaseDN()
Gets the "subordinate-base-dn" property. |
boolean |
isShowAllAttributes()
Gets the "show-all-attributes" property. |
void |
removeChangeListener(ConfigurationChangeListener<RootDSEBackendCfg> listener)
Deregister an existing Root DSE Backend configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends RootDSEBackendCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<RootDSEBackendCfg> listener)
listener
- The Root DSE Backend configuration change listener.void removeChangeListener(ConfigurationChangeListener<RootDSEBackendCfg> listener)
listener
- The Root DSE Backend configuration change listener.boolean isShowAllAttributes()
Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the Directory Server schema configuration.
java.util.SortedSet<DN> getSubordinateBaseDN()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |