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 RootDnUserCfgClient,? extends RootDnUserCfg> |
RootDnUserCfgClient.definition()
Get the configuration definition associated with this Root DN User.
|
Modifier and Type | Method and Description |
---|---|
<C extends RootDnUserCfgClient> |
RootDnCfgClient.createRootDnUser(ManagedObjectDefinition<C,? extends RootDnUserCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Root Dn User.
|
Modifier and Type | Method and Description |
---|---|
RootDnUserCfg |
RootDnUserCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDnUserCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<RootDnUserCfgClient,RootDnUserCfg> |
RootDnCfgDefn.getRootDnUsersRelationDefinition()
Get the "root-dn-users" relation definition.
|
Class<RootDnUserCfg> |
RootDnUserCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
RootDnUserCfg |
RootDnUserCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDnUserCfg> impl) |
Modifier and Type | Method and Description |
---|---|
RootDnUserCfg |
RootDnCfg.getRootDnUser(String name)
Gets the named Root Dn User.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends RootDnUserCfg> |
RootDnUserCfg.configurationClass()
Gets the configuration class associated with this Root DN User.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDnUserCfg.addChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
Register to be notified when this Root DN User is changed.
|
void |
RootDnCfg.addRootDnUserAddListener(ConfigurationAddListener<RootDnUserCfg> listener)
Registers to be notified when new Root Dn Users are added.
|
void |
RootDnCfg.addRootDnUserDeleteListener(ConfigurationDeleteListener<RootDnUserCfg> listener)
Registers to be notified when existing Root Dn Users are deleted.
|
void |
RootDnUserCfg.removeChangeListener(ConfigurationChangeListener<RootDnUserCfg> listener)
Deregister an existing Root DN User configuration change listener.
|
void |
RootDnCfg.removeRootDnUserAddListener(ConfigurationAddListener<RootDnUserCfg> listener)
Deregisters an existing Root Dn User configuration add listener.
|
void |
RootDnCfg.removeRootDnUserDeleteListener(ConfigurationDeleteListener<RootDnUserCfg> listener)
Deregisters an existing Root Dn User configuration delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
RootDNConfigManager.applyConfigurationAdd(RootDnUserCfg configuration) |
ConfigChangeResult |
RootDNConfigManager.applyConfigurationChange(RootDnUserCfg configuration) |
ConfigChangeResult |
RootDNConfigManager.applyConfigurationDelete(RootDnUserCfg configuration) |
boolean |
RootDNConfigManager.isConfigurationAddAcceptable(RootDnUserCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
RootDNConfigManager.isConfigurationChangeAcceptable(RootDnUserCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
RootDNConfigManager.isConfigurationDeleteAcceptable(RootDnUserCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.