Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDnCfgClient,? extends RootDnCfg> |
RootDnCfgClient.definition()
Get the configuration definition associated with this Root DN.
|
Modifier and Type | Method and Description |
---|---|
RootDnCfg |
RootDnCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDnCfg> impl) |
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<RootDnCfgClient,RootDnCfg> |
RootCfgDefn.getRootDnRelationDefinition()
Get the "root-dn" relation definition.
|
Class<RootDnCfg> |
RootDnCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
RootDnCfg |
RootDnCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDnCfg> impl) |
Modifier and Type | Method and Description |
---|---|
RootDnCfg |
RootCfg.getRootDn()
Gets the Root Dn.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends RootDnCfg> |
RootDnCfg.configurationClass()
Gets the configuration class associated with this Root DN.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDnCfg.addChangeListener(ConfigurationChangeListener<RootDnCfg> listener)
Register to be notified when this Root DN is changed.
|
void |
RootDnCfg.removeChangeListener(ConfigurationChangeListener<RootDnCfg> listener)
Deregister an existing Root DN configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
RootPrivilegeChangeListener.applyConfigurationChange(RootDnCfg configuration) |
boolean |
RootPrivilegeChangeListener.isConfigurationChangeAcceptable(RootDnCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.