public interface RootDnUserCfg extends Configuration
A Root DN User are administrative users who can granted special privileges that are not available to non-root users (for example, the ability to bind to the server in lockdown mode).
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
Register to be notified when this Root DN User is changed.
|
Class<? extends RootDnUserCfg> |
configurationClass()
Gets the configuration class associated with this Root DN User.
|
SortedSet<Dn> |
getAlternateBindDn()
Gets the "alternate-bind-dn" property.
|
void |
removeChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
Deregister an existing Root DN User configuration change listener.
|
dn, name
Class<? extends RootDnUserCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
listener
- The Root DN User configuration change listener.void removeChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
listener
- The Root DN User configuration change listener.Copyright 2010-2020 ForgeRock AS.