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
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.SortedSet<DN> getAlternateBindDN()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
Copyright 2010-2017 ForgeRock AS.