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