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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<RootDNCfgClient,RootDNCfg> |
RootCfgDefn.getRootDNRelationDefinition()
Get the "root-dn" relation definition.
|
Class<RootDNCfg> |
RootDNCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
RootDNCfg |
RootDNCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDNCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
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-2017 ForgeRock AS.