|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootDNUserCfg
A server-side interface for querying Root DN User settings.
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).
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Register to be notified when this Root DN User is changed. |
java.lang.Class<? extends RootDNUserCfg> |
configurationClass()
Gets the configuration class associated with this Root DN User. |
java.util.SortedSet<DN> |
getAlternateBindDN()
Gets the "alternate-bind-dn" property. |
void |
removeChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Deregister an existing Root DN User configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.java.util.SortedSet<DN> getAlternateBindDN()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |