public interface RootDseBackendCfg extends Configuration
The Root DSE Backend contains the directory server root DSE.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Register to be notified when this Root DSE Backend is changed.
|
Class<? extends RootDseBackendCfg> |
configurationClass()
Gets the configuration class associated with this Root DSE Backend.
|
boolean |
isShowAllAttributes()
Gets the "show-all-attributes" property.
|
boolean |
isShowSubordinateNamingContexts()
Gets the "show-subordinate-naming-contexts" property.
|
void |
removeChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Deregister an existing Root DSE Backend configuration change listener.
|
dn, name
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.
boolean isShowSubordinateNamingContexts()
Indicates whether subordinate naming contexts should be visible in the namingContexts attribute of the RootDSE. By default only top level naming contexts are visible
Copyright 2010-2020 ForgeRock AS.